Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
Impala 3.0
-
ghx-label-2
Description
Repro:
create table tpart (i int) partitioned by (p string) insert into tpart partition (p="\"") values (1); select * from tpart where p = "\""; Result; Fetched 0 row(s) select * from tpart where p = '"'; Result: 1,""""
Hive returns the row for both queries.
Attachments
Issue Links
- relates to
-
IMPALA-7586 Incorrect results when querying primary = "\"" in Kudu and HBase
- Resolved
- links to