You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ayush Saxena (Jira)" <ji...@apache.org> on 2023/02/10 02:43:00 UTC

[jira] [Created] (HIVE-27066) Fix mv_iceberg_partitioned_orc and mv_iceberg_partitioned_orc2

Ayush Saxena created HIVE-27066:
-----------------------------------

             Summary: Fix mv_iceberg_partitioned_orc and mv_iceberg_partitioned_orc2
                 Key: HIVE-27066
                 URL: https://issues.apache.org/jira/browse/HIVE-27066
             Project: Hive
          Issue Type: Bug
            Reporter: Ayush Saxena


These tests are flaky due to Total Size in the query output.
The test is recently committed, and is around MV's in iceberg. It missed 


{noformat}
--! qt:replace:/(\s+totalSize\s+)\S+(\s+)/$1#Masked#$2/ 
{noformat}

Which is done in most of the tests adding totalSize in the query output to avoid flakiness

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)