You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2022/02/14 16:45:31 UTC

[GitHub] [hive] szlta opened a new pull request #3026: HIVE-25955: Partitioned tables migrated to Iceberg aren't cached in LLAP

szlta opened a new pull request #3026:
URL: https://github.com/apache/hive/pull/3026


   Files of migrated partitioned tables don't contain partition values, however Iceberg's read schema has them. The difference between this read schema and file schema is considered an unsupported schema evolution by LlapRecordReader so it bails out before starting to read.
   
   We should remove identity partition column names from the read the schema, if we find that it's a not an Iceberg-written (so is migrated) file.


-- 
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: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org


[GitHub] [hive] szlta merged pull request #3026: HIVE-25955: Partitioned tables migrated to Iceberg aren't cached in LLAP

Posted by GitBox <gi...@apache.org>.
szlta merged pull request #3026:
URL: https://github.com/apache/hive/pull/3026


   


-- 
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: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org


[GitHub] [hive] szlta merged pull request #3026: HIVE-25955: Partitioned tables migrated to Iceberg aren't cached in LLAP

Posted by GitBox <gi...@apache.org>.
szlta merged pull request #3026:
URL: https://github.com/apache/hive/pull/3026


   


-- 
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: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org