Joe McDonnell has posted comments on this change. Change subject: IMPALA-5525 Extend TestScannersFuzzing to test uncompressed parquet ......................................................................
Patch Set 3: (1 comment) 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: """ > I'll use the functional-parquet to create the cloned table which will be pa One thing that I failed to mention clearly enough is that the uncompressed parquet table should not be created in the default schemas. Instead, it should be created in unique_database. This is why the function signature of run_fuzz_test will change. The normal tests will pass in table_format and a table from the default schema. Your new test will pass in unique_database and the table you created. -- 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: 3 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Pranay Singh Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Pranay Singh Gerrit-HasComments: Yes
