Tim Armstrong has posted comments on this change.
Change subject: PREVIEW: Query options not correctly reset after each test.
......................................................................
Patch Set 1:
I'm getting this failure:
-- executing against localhost:21000
alter table nested_resolution_by_name_test change nested_struct
nested_struct
struct<b: array<int>, a: int, g: map<string, struct<h: struct<i:
array<float>>>>>;
-- executing against localhost:21000
set parquet_fallback_schema_resolution="name";
-- executing against localhost:21000
select id, g.key
from nested_resolution_by_name_test t, t.nested_struct.g;
-- executing against localhost:21000
SET PARQUET_FALLBACK_SCHEMA_RESOLUTION=0;;
MainThread: Comparing QueryTestResults (expected vs actual):
1,'foo' !=
2,'g1' != None
2,'g2' != None
2,'g3' != None
2,'g4' != None
2,'g5' != None
5,'foo' != None
Number of rows returned (expected vs actual): 7 != 1
--
To view, visit http://gerrit.cloudera.org:8080/2823
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: Ic810b31c1ad7b2bcfd29413181bb81d1a0dbcb90
Gerrit-PatchSet: 1
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: Tim Armstrong <[email protected]>
Gerrit-Reviewer: Tim Armstrong <[email protected]>
Gerrit-HasComments: No