Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
ghx-label-5
Description
when we using jdbc connection pool, a connection set some query option, after query finished, connection is closed and put back to the connection pool. when connection using again, the last query option also come into affect.
we need a feature that a set statement can reset all query option without restart impalad.
i decide to define a set statement 'set reset_all_option'. it can reset all query option.