Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move JavaCSVTableSource operator from sql-api to the Java platform #482

Open
zkaoudi opened this issue Nov 14, 2024 · 1 comment
Open

Move JavaCSVTableSource operator from sql-api to the Java platform #482

zkaoudi opened this issue Nov 14, 2024 · 1 comment

Comments

@zkaoudi
Copy link
Contributor

zkaoudi commented Nov 14, 2024

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.

@kbeedkar
Copy link
Contributor

kbeedkar commented Nov 14, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants