You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2020/07/23 07:53:00 UTC

[GitHub] [iceberg] openinx opened a new issue #1236: Refactor the SparkOrcWriter by using OrcSchemaWithTypeVisitor for sharing writers from GenericOrcWriters

openinx opened a new issue #1236:
URL: https://github.com/apache/iceberg/issues/1236


   Currently, the SparkOrcWriter  defined `Converter` for all kinds of ORC data type, and write the converted row value into the VectorizedRowBatch.  Actually,  after https://github.com/apache/iceberg/pull/1197,  we could refactor the class by similar way to reuse parts of the writers.
   
   I will prepare a patch for this issue.


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] openinx closed issue #1236: Refactor the SparkOrcWriter by using OrcSchemaWithTypeVisitor for sharing writers from GenericOrcWriters

Posted by GitBox <gi...@apache.org>.
openinx closed issue #1236:
URL: https://github.com/apache/iceberg/issues/1236


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org