Supported Hive Server Versions
1.2.0, 1.2.1, 1.2.2, 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.2.0, 2.3.0
Connection Preview Support
Supports all tables that can be listed by the SHOW TABLES
command.
SQL Query Dataset Support for SQL
Only SELECT
statements are supported, covering all SELECT
-related features supported by the connected Hive server. Users need to ensure the syntax complies with Hive SQL standards.
Hive Server Authentication Support
Supports username and password authentication methods, but does not support SSL.
Unsupported Field Types
The following types of columns in Hive tables cannot be processed correctly. If other fields from this table are needed, you can input a SELECT
statement in the SQL query without including this field.
- BINARY
- arrays
- maps
- structs
- union