rdblue commented on a change in pull request #112: [Refactor][Minor] Refactor
ORCFileAppender to be consistent with Avro/Parquet
URL: https://github.com/apache/incubator-iceberg/pull/112#discussion_r263589052
##########
File path: orc/src/main/java/com/netflix/iceberg/orc/ORC.java
##########
@@ -74,7 +72,7 @@ public WriteBuilder schema(Schema schema) {
return this;
}
- public OrcFileAppender build() {
Review comment:
Does `OrcFileAppender` have any methods that are specific to the ORC
implementation that callers may need to use?
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]