openinx commented on pull request #3810: URL: https://github.com/apache/iceberg/pull/3810#issuecomment-1061329890
@rdblue The `ORC#WriterBuilder` will copy all the key values from property map to the Hadoop configuration, please see [1] and [2]. So in my thought, we can just use the unified hadoop configuration to get all of the configure keys. Will this answer your concern ? [1]. https://github.com/apache/iceberg/blob/master/orc/src/main/java/org/apache/iceberg/orc/ORC.java#L122 [2]. https://github.com/apache/iceberg/blob/master/orc/src/main/java/org/apache/iceberg/orc/ORC.java#L132 -- 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]
