TGooch44 commented on pull request #1727: URL: https://github.com/apache/iceberg/pull/1727#issuecomment-724218264
@rymurr Let me know what you think on this. I wasn't able to get a version working with multiple files being passed in because (at least I believe) we aren't able to know the schema for a each file in a set ahead of time, and the arrow Datasets read didn't like it when there were multiple schemas in the set. Not sure if there is some way to pass in a list of files, and get back a list of tables instead of trying to conform all the files to a single schema. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
