abstractdog opened a new pull request #1789: URL: https://github.com/apache/hive/pull/1789
### What changes were proposed in this pull request? We should use java.sql.getLargeUpdateCount() where it's possible. User-facing case is beeline output. ### Why are the changes needed? Because this can be confusing for the user on beeline output: ``` 20/12/16 01:37:36 [main]: WARN jdbc.HiveStatement: Number of rows is greater than Integer.MAX_VALUE ``` ### Does this PR introduce _any_ user-facing change? Yes, beeline is supposed to return row numbers > Integer.MAX_VALUE properly. ### How was this patch tested? Not yet tested. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
