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 2021/04/26 10:22:36 UTC

[GitHub] [iceberg] marton-bod opened a new pull request #2516: Hive: fix issue of inserting empty data on Tez

marton-bod opened a new pull request #2516:
URL: https://github.com/apache/iceberg/pull/2516


   When inserting empty data, Tez may decide not to create a writer. This leads to `HiveIcebergRecordWriter.getWriters(attemptID)` returning a null, and encountering an NPE when calling `writers.get(output)` subsequently. This PR fixes this problem, adds a unit test and enhances the logging for supportability.


-- 
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] pvary merged pull request #2516: Hive: fix issue of inserting empty data on Tez

Posted by GitBox <gi...@apache.org>.
pvary merged pull request #2516:
URL: https://github.com/apache/iceberg/pull/2516


   


-- 
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