[
https://issues.apache.org/jira/browse/IMPALA-13954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Riza Suminto resolved IMPALA-13954.
-----------------------------------
Fix Version/s: Impala 5.0.0
Resolution: Fixed
> Validate num inserted rows via NumModifiedRows counter
> ------------------------------------------------------
>
> Key: IMPALA-13954
> URL: https://issues.apache.org/jira/browse/IMPALA-13954
> Project: IMPALA
> Issue Type: Improvement
> Components: Test
> Reporter: Riza Suminto
> Assignee: Riza Suminto
> Priority: Major
> Fix For: Impala 5.0.0
>
>
> Many test files currently validate number of inserted rows by validating the
> beeswax protocol response like this:
> {code:java}
> ---- RESULTS
> : 2
> {code}
> It should be replaced with NumModifiedRows counter validation so that the
> test file is compatible with HS2 protocol, like this:
> {code:java}
> ---- RUNTIME_PROFILE
> NumModifiedRows: 2 {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)