steveloughran commented on PR #1244: URL: https://github.com/apache/parquet-mr/pull/1244#issuecomment-1873453791
spark already ships with a a workaround for all of this, primarily so we could avoid having to fix parquet up too. getting something choreographed across spark and parquet would be lovely. ideally -spark should just look for a path output committer, and use its factory -parquet shouldn't insist on its committers always being a subclass of ParquetOutputCommitter. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
