Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
ghx-label-10
Description
The mentioned test passes on the first run, but fails later on, finding more rows than expected.
By running
hdfs dfs -ls -R / | grep union_comlextypes
we can find that the previously created files are not cleaned up, so Impala will find and scan them.
The problem could be that the union_complextypes and ill_complextypes tables are created as externals.
Attachments
Issue Links
- is fixed by
-
IMPALA-9702 TestDdlStatements::test_alter_table() and TestMixedPartitions::test_incompatible_avro_partition_in_non_avro_table() consistently fail on S3
- Resolved