Riza Suminto has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/22776


Change subject: IMPALA-13961: Remove usage of ImpalaBeeswaxResult.schema
......................................................................

IMPALA-13961: Remove usage of ImpalaBeeswaxResult.schema

An equivalent of ImpalaBeeswaxResult.schema is not implemented at
ImpylaHS2ResultSet. However, column_labels and column_types fields are
implemented for both.

This patch remove usage of ImpalaBeeswaxResult.schema and replace it
with either column_labels or column_types field. Tests that used to
access ImpalaBeeswaxResult.schema are migrated to test using hs2
protocol by default. Also fix flake8 issues in modified test files.

Testing:
Run and pass modified test files in exhaustive exploration.

Change-Id: I060fe2d3cded1470fd09b86675cb22442c19fbee
---
M tests/common/impala_test_suite.py
M tests/custom_cluster/test_metadata_no_events_processing.py
M tests/custom_cluster/test_stats_extrapolation.py
M tests/metadata/test_event_processing.py
M tests/metadata/test_hms_integration.py
M tests/metadata/test_refresh_partition.py
M tests/metadata/test_stats_extrapolation.py
7 files changed, 52 insertions(+), 23 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/76/22776/1
--
To view, visit http://gerrit.cloudera.org:8080/22776
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I060fe2d3cded1470fd09b86675cb22442c19fbee
Gerrit-Change-Number: 22776
Gerrit-PatchSet: 1
Gerrit-Owner: Riza Suminto <riza.sumi...@cloudera.com>

Reply via email to