Eugene Koifman created HIVE-17255:
-------------------------------------
Summary: OrcInputFormat.Context relying on wrong property
Key: HIVE-17255
URL: https://issues.apache.org/jira/browse/HIVE-17255
Project: Hive
Issue Type: Bug
Components: Transactions
Reporter: Eugene Koifman
Assignee: Eugene Koifman
constructor of Context() has
boolean isTableTransactional =
conf.getBoolean(hive_metastoreConstants.TABLE_IS_TRANSACTIONAL, false).
This looks wrong. Everywhere else we use
ConfVars.HIVE_TRANSACTIONAL_TABLE_SCAN.
(yet someone does set it - can't find where)
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)