Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
Impala 2.5.0
-
None
Description
Commit 2b4d7e blocked queries on file formats that doesn't have nested type support yet.
IMPALA-2844 relaxed the logic a little and it blocks any queries that "materialize" columns on RC files with complex types. Some customers are relying on querying scalar columns in RC file and that needs to be unblocked as well. So this jira plans to allow all queries on RC file as long as they refer to only scalar types.