Riza Suminto created IMPALA-13954:
-------------------------------------
Summary: 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
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)