]
Steven Hawkins reassigned TEIID-4296:
-------------------------------------
Assignee: Steven Hawkins
File translator cannot find a file without an extensioin
--------------------------------------------------------
Key: TEIID-4296
URL:
https://issues.jboss.org/browse/TEIID-4296
Project: Teiid
Issue Type: Feature Request
Components: Misc. Connectors
Affects Versions: 8.12.5
Reporter: Van Halbert
Assignee: Steven Hawkins
Fix For: 9.1
Spark creates files with no extension, so using the following:
EXEC Spark.getTextFiles('part-00001') will generate an error when trying any of
the following ways: part-*.* or part*.* or part-*
org.teiid.runtime.client.TeiidClientException: java.lang.RuntimeException: Remote
org.teiid.core.TeiidProcessingException: TEIID30504 Spark: File not found part*.*