zchovan commented on a change in pull request #875: HIVE-22663: Quote all table
and column names or do not quote any
URL: https://github.com/apache/hive/pull/875#discussion_r365841816
##########
File path:
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/TxnHandler.java
##########
@@ -368,7 +368,7 @@ public GetOpenTxnsInfoResponse getOpenTxnsInfo() throws
MetaException {
*/
dbConn = getDbConn(Connection.TRANSACTION_READ_COMMITTED);
stmt = dbConn.createStatement();
- String s = "select ntxn_next - 1 from NEXT_TXN_ID";
+ String s = "select \"NTXN_NEXT\" - 1 from \"NEXT_TXN_ID\"";
Review comment:
no, that one just got away :)
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]