[
https://issues.apache.org/jira/browse/IMPALA-13961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Riza Suminto resolved IMPALA-13961.
-----------------------------------
Fix Version/s: Impala 5.0.0
Resolution: Fixed
> Remove usage of ImpalaBeeswaxResult.schema
> ------------------------------------------
>
> Key: IMPALA-13961
> URL: https://issues.apache.org/jira/browse/IMPALA-13961
> Project: IMPALA
> Issue Type: Improvement
> Components: Test
> Reporter: Riza Suminto
> Assignee: Riza Suminto
> Priority: Major
> Fix For: Impala 5.0.0
>
>
> An equivalent of ImpalaBeeswaxResult.schema is not implemented at
> ImpylaHS2ResultSet.
> [https://github.com/apache/impala/blob/047cf9ff4d3c68c32be0965fbc3cb0c245d3b3b1/tests/beeswax/impala_beeswax.py#L81]
> However, both column_labels and column_types fields are implemented for both.
> [https://github.com/apache/impala/blob/047cf9ff4d3c68c32be0965fbc3cb0c245d3b3b1/tests/beeswax/impala_beeswax.py#L86-L87]
> [https://github.com/apache/impala/blob/047cf9ff4d3c68c32be0965fbc3cb0c245d3b3b1/tests/common/impala_connection.py#L941-L942]
>
> We should remove usage of ImpalaBeeswaxResult.schema and replace it with
> either column_labels or column_types field.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)