hive
hive copied to clipboard
HIVE-29269: Avoid unrecognized arguments for delete table/partition s…
…tats in DirectSql Mode
What changes were proposed in this pull request?
delete table/partition stats queries goes via prepared statements into the backend DB.
Why are the changes needed?
To avoid unrecognized arguments from the client
Does this PR introduce any user-facing change?
No
How was this patch tested?
Added unit tests
Quality Gate passed
Issues
6 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
looks similar to #6149 ?
looks similar to #6149 ?
I didn't realize this. I can close this out if you/others agree.