Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
None
-
None
Description
git.commit.id.abbrev=a1a6144
build# 26266
the below query fails to execute and the details of the error are present in the attached log file. The hive table is backed by avro data. The hive ddl used is also attached.
select seqno from hive.trade where symbol in ('TZA', 'INDL') order by seqno;
Tested the same query on a different data set using parquet and it has no issues
select adRevenue from uservisits where countryCode in ('NLD', 'FRA') order by adRevenue;