You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ta...@apache.org on 2016/04/12 23:19:08 UTC

[34/50] incubator-impala git commit: IMPALA-3301: TestParquet::test_resolution_by_name fails on legacy join/agg nodes

IMPALA-3301: TestParquet::test_resolution_by_name fails on legacy join/agg nodes

Change-Id: I7ce4c1f28966a1b14c25df228338ef4db6851a5b
Reviewed-on: http://gerrit.cloudera.org:8080/2723
Reviewed-by: Alex Behm <al...@cloudera.com>
Tested-by: Internal Jenkins


Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/4208fdac
Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/4208fdac
Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/4208fdac

Branch: refs/heads/master
Commit: 4208fdacc1db755562cb952d82f197f3bed740db
Parents: 7dd4998
Author: Skye Wanderman-Milne <sk...@cloudera.com>
Authored: Tue Apr 5 15:27:49 2016 -0700
Committer: Tim Armstrong <ta...@cloudera.com>
Committed: Tue Apr 12 14:02:35 2016 -0700

----------------------------------------------------------------------
 tests/query_test/test_scanners.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/4208fdac/tests/query_test/test_scanners.py
----------------------------------------------------------------------
diff --git a/tests/query_test/test_scanners.py b/tests/query_test/test_scanners.py
index 7768a40..036496c 100644
--- a/tests/query_test/test_scanners.py
+++ b/tests/query_test/test_scanners.py
@@ -337,6 +337,7 @@ class TestParquet(ImpalaTestSuite):
     assert d_schema_elt.converted_type == None
 
   @SkipIfS3.insert
+  @SkipIfOldAggsJoins.nested_types
   def test_resolution_by_name(self, unique_database, vector):
     self.run_test_case('QueryTest/parquet-resolution-by-name', vector,
                        use_db=unique_database)