Tamas Mate created IMPALA-11356:
-----------------------------------

             Summary: CDP_BUILD_NUMBER 27992803 failing because of new Hive 
behaviour
                 Key: IMPALA-11356
                 URL: https://issues.apache.org/jira/browse/IMPALA-11356
             Project: IMPALA
          Issue Type: Sub-task
          Components: Infrastructure
    Affects Versions: Impala 4.1.0
            Reporter: Tamas Mate
            Assignee: Tamas Mate


HIVE-24920 results in the change in HMS' behavior. Specifically, after this 
Hive commit, creation of an external table under the managed directory will be 
allowed if the HMS configuration of 'hive.metastore.warehouse.external.dir' is 
not explicitly set, i.e., isExternalWarehouseSet() evaluates to false.

test_sfs is failing with:
{code:none}
query_test/test_sfs.py:52: in test_sfs
    self.run_test_case('QueryTest/sfs', vector, unique_database)
common/impala_test_suite.py:741: in run_test_case
    expected_str, query)
E   AssertionError: Expected exception: An external table's location should not 
be located within managed warehouse root directory
E   
E   when running:
E   
E   CREATE EXTERNAL TABLE test_tbl_03 (s STRING, i INT) STORED AS PARQUET
E   LOCATION 
'sfs+hdfs://localhost:20500/test-warehouse/managed/test_sfs_833dc94f.db/sfs_d3.parq/#SINGLEFILE#'
 
{code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to