You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Qifan Chen (Jira)" <ji...@apache.org> on 2022/10/11 16:07:00 UTC

[jira] [Created] (IMPALA-11651) Number of files mismatch assertion in PartitionMetadataUncompressedTextOnly.test_unsupported_text_compression

Qifan Chen created IMPALA-11651:
-----------------------------------

             Summary: Number of files mismatch assertion in PartitionMetadataUncompressedTextOnly.test_unsupported_text_compression
                 Key: IMPALA-11651
                 URL: https://issues.apache.org/jira/browse/IMPALA-11651
             Project: IMPALA
          Issue Type: Bug
          Components: Distributed Exec
            Reporter: Qifan Chen


In impala-asf-master-core-s3-data-cache : #217 : metadata.test_partition_metadata.TestPartitionMetadataUncompressedTextOnly.test_unsupported_text_compression[protocol: beeswax | exec_option: {'test_replan': 1, 'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 0, 'disable_codegen': False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: text/none] (from pytest)


{code:java}
metadata/test_partition_metadata.py:214: in test_unsupported_text_compression
    assert len(show_files_result.data) == 5, "Expected one file per partition dir"
E   AssertionError: Expected one file per partition dir
E   assert 2 == 5
E    +  where 2 = len(['s3a://impala-test-uswest2-2/test-warehouse/alltypes/year=2009/month=1/090101.txt\t19.95KB\tyear=2009/month=1', 's3a://impala-test-uswest2-2/test-warehouse/alltypes_text_gzip/year=2009/month=2/000000_0.gz\t3.00KB\tyear=2009/month=2'])
E    +    where ['s3a://impala-test-uswest2-2/test-warehouse/alltypes/year=2009/month=1/090101.txt\t19.95KB\tyear=2009/month=1', 's3a://impala-test-uswest2-2/test-warehouse/alltypes_text_gzip/year=2009/month=2/000000_0.gz\t3.00KB\tyear=2009/month=2'] = <tests.beeswax.impala_beeswax.ImpalaBeeswaxResult object at 0x7f30c606c8d0>.data

{code}




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