You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a Java csv source operator inside the wayang sql api: JavaCSVTableSource.
We should move it to the wayang-platforms/wayang-java module, specifically here and rename it to JavaCSVFileSource because it is reading from a file and not a table in the database.
The text was updated successfully, but these errors were encountered:
Makes sense, the reason to call it JavaCSVTableSource was that it expects the csv file to adhere to a certain format. Specifically, comma separated colname:type header row. This is required to create an appropriate schema to query against.
There is a Java csv source operator inside the wayang sql api:
JavaCSVTableSource.
We should move it to the wayang-platforms/wayang-java module, specifically here and rename it to JavaCSVFileSource because it is reading from a file and not a table in the database.
The text was updated successfully, but these errors were encountered: