Pranay Singh has posted comments on this change. Change subject: IMPALA-5525 Extend TestScannersFuzzing to test uncompressed parquet ......................................................................
Patch Set 2: (2 comments) http://gerrit.cloudera.org:8080/#/c/8056/2/tests/query_test/test_scanners_fuzz.py File tests/query_test/test_scanners_fuzz.py: PS2, Line 97: fq_tbl_name = "functional_parquet" + "." + tbl_name > Do not create a table in the default schemas. Instead, with the changes I d I'll use the functional-parquet to create the cloned table which will be passed to fuzz_test PS2, Line 129: self.execute_query("create table %s.%s like %s" % (unique_database, table, table)) : fuzz_table_location = get_fs_path("/test-warehouse/{0}.db/{1}".format( : unique_database, table)) > Pull this logic out into its own function e.g. clone_table. run_fuzz_test s I'll retain the old functionality as per your latest comments -- To view, visit http://gerrit.cloudera.org:8080/8056 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I760de7203a51cf82b16016fa8043cadc7c8325bc Gerrit-PatchSet: 2 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Pranay Singh Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Pranay Singh Gerrit-HasComments: Yes
