Riza Suminto created IMPALA-13930: ------------------------------------- Summary: ImpylaHS2Connection should only open cursor as needed. Key: IMPALA-13930 URL: https://issues.apache.org/jira/browse/IMPALA-13930 Project: IMPALA Issue Type: Improvement Reporter: Riza Suminto Assignee: Riza Suminto
Currently, ImpylaHS2Connection open a cursor (and HS2 session) as it connect, followed by running "SET ALL" query to populate default query options. It should be possible to open cursor only when querying is needed the first time. That will help preserve assertion for test that sensitive about client connection, like IMPALA-13925. -- This message was sent by Atlassian Jira (v8.20.10#820010)