-
Notifications
You must be signed in to change notification settings - Fork 123
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
CsvPipe python api #401
Comments
Please do a search for CsvPipe in the code base and make the changes |
verify testrFebrl and then we can close. |
2022-07-19 21:49:22,493 [main] WARN org.apache.hadoop.util.NativeCodeLoader - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable |
add a new constructor to CsvPipe which takes schema string and location and internally just sets the schema. make relevant changes everywhere in the examples etc. constructing a df to get the schema should happen internally in the constructor
The text was updated successfully, but these errors were encountered: