[jira] [Created] (HIVE-24583) Make Hive JDBC Java Executable

2021-01-04 Thread David Mollitor (Jira)
David Mollitor created HIVE-24583:
-

 Summary: Make Hive JDBC Java Executable
 Key: HIVE-24583
 URL: https://issues.apache.org/jira/browse/HIVE-24583
 Project: Hive
  Issue Type: Improvement
  Components: JDBC
Reporter: David Mollitor


Runining:

{code:none}
java -jar hive-jdbc.jar
{code}

Should print driver version information.  Something like this is implemented, 
but probably better to move it into a {{main}} method in {{HiveDriver}} class.

https://github.com/apache/hive/blob/72d983ae76f420bdb719d33002a9c321a4e4f891/jdbc/src/java/org/apache/hive/jdbc/HiveDatabaseMetaData.java#L1218-L1222



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (HIVE-24582) DECIMAL64 support for compute_bit_vector_hll

2021-01-04 Thread Jira
Mustafa İman created HIVE-24582:
---

 Summary: DECIMAL64 support for compute_bit_vector_hll
 Key: HIVE-24582
 URL: https://issues.apache.org/jira/browse/HIVE-24582
 Project: Hive
  Issue Type: Improvement
Reporter: Mustafa İman
Assignee: Mustafa İman






--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (HIVE-24581) Remove AcidUtils call from OrcInputformat for non transactional tables

2021-01-04 Thread Peter Varga (Jira)
Peter Varga created HIVE-24581:
--

 Summary: Remove AcidUtils call from OrcInputformat for non 
transactional tables
 Key: HIVE-24581
 URL: https://issues.apache.org/jira/browse/HIVE-24581
 Project: Hive
  Issue Type: Improvement
Reporter: Peter Varga
Assignee: Peter Varga


Currently the split generation in OrcInputformat is tightly coupled with acid 
and AcidUtils.getAcidState is called even if the table is not transactional. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)