-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hive 3 #1218
Labels
Comments
This was referenced Aug 2, 2019
@findepi, I installed Presto 332 and HDP 3.1, when connecting to Hive and run select queries, I got Original non-ACID files in transactional tables are not supported. What should I do to at lease be able to query (read-only) to Hive 3? Thanks. |
Is HDP end of life (https://endoflife.software/applications/big-data/hortonworks-data-platform-hdp)? Should we update the title to just Hive3? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Support Hive 3.1+ (HDP 3.1)
io.prestosql.plugin.hive.AbstractTestHive#testTypesOrc
)io.prestosql.plugin.hive.AbstractTestHive#testTypesParquet
) (requires Hive 3.1.2, https://issues.apache.org/jira/browse/HIVE-21002, https://issues.apache.org/jira/browse/HIVE-21290)io.prestosql.plugin.hive.AbstractTestHive#testTypesRcBinary
(requires https://issues.apache.org/jira/browse/HIVE-22167)timestamp with local time zone
type (Support Hive's TIMESTAMP WITH LOCAL TIME ZONE #1240)information_schema
Hive views are not supported: 'information_schema.tables' for version >=315 #1192 Filter out Hive information_schema and sys #3008sys
schema Filter out Hive information_schema and sys #3008DEFAULT
Implement Column default constraint #2048NOT NULL
Support NOT NULL constraint of Hive 3 tables #2923Related:
The text was updated successfully, but these errors were encountered: