[jira] [Commented] (HIVE-14813) Make TransactionBatchImpl.toString() include state of each txn: commit/abort

2017-09-27 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16183276#comment-16183276 ] Alan Gates commented on HIVE-14813: --- +1 > Make TransactionBatchImpl.toString() include state of each

[jira] [Commented] (HIVE-14813) Make TransactionBatchImpl.toString() include state of each txn: commit/abort

2017-09-26 Thread Eugene Koifman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16181697#comment-16181697 ] Eugene Koifman commented on HIVE-14813: --- no related failures for patch2 > Make

[jira] [Commented] (HIVE-14813) Make TransactionBatchImpl.toString() include state of each txn: commit/abort

2017-09-26 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16181690#comment-16181690 ] Hive QA commented on HIVE-14813: Here are the results of testing the latest attachment:

[jira] [Commented] (HIVE-14813) Make TransactionBatchImpl.toString() include state of each txn: commit/abort

2017-09-21 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16175540#comment-16175540 ] Hive QA commented on HIVE-14813: Here are the results of testing the latest attachment:

[jira] [Commented] (HIVE-14813) Make TransactionBatchImpl.toString() include state of each txn: commit/abort

2017-09-20 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16174249#comment-16174249 ] Alan Gates commented on HIVE-14813: --- If you have to go to the object level anyway why not use an enum

[jira] [Commented] (HIVE-14813) Make TransactionBatchImpl.toString() include state of each txn: commit/abort

2017-09-20 Thread Eugene Koifman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16174210#comment-16174210 ] Eugene Koifman commented on HIVE-14813: --- because I need 3 distinct values: Open/Closed/Aborted >

[jira] [Commented] (HIVE-14813) Make TransactionBatchImpl.toString() include state of each txn: commit/abort

2017-09-20 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16174200#comment-16174200 ] Alan Gates commented on HIVE-14813: --- Rather than use a Boolean[] to store the state of each transaction,

[jira] [Commented] (HIVE-14813) Make TransactionBatchImpl.toString() include state of each txn: commit/abort

2017-09-20 Thread Eugene Koifman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16174019#comment-16174019 ] Eugene Koifman commented on HIVE-14813: --- [~alangates] could you review please > Make