We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CREATE TABLE starrocks_dws_entity_tags as SELECT * FROM FILES ( "path" = "hdfs://HOST:PORT/data/dw/dws_entity_tags/add_partion_date=2025-02-26/*", "format" = "orc", "hadoop.security.authentication" = "simple", "username" = "USER", "password" = "PASSWORD" );
ERROR 1064 (HY000): Access storage error. Error message: failed to get file schema, path: hdfs://HOST:PORT/data/dw/dws_entity_tags/add_partion_date=2025-02-26/*, error: [Unkown supported orc type: 10, column name: fund_tag_code]
the column fund_tag_code type is array(integer), but starRocks can't cretate table success
can create all hive table success
3.1.17-67ae3b7
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce the behavior (Required)
CREATE TABLE starrocks_dws_entity_tags as
SELECT * FROM FILES
(
"path" = "hdfs://HOST:PORT/data/dw/dws_entity_tags/add_partion_date=2025-02-26/*",
"format" = "orc",
"hadoop.security.authentication" = "simple",
"username" = "USER",
"password" = "PASSWORD"
);
ERROR 1064 (HY000): Access storage error. Error message: failed to get file schema, path: hdfs://HOST:PORT/data/dw/dws_entity_tags/add_partion_date=2025-02-26/*, error: [Unkown supported orc type: 10, column name: fund_tag_code]
the column fund_tag_code type is array(integer), but starRocks can't cretate table success
Expected behavior (Required)
can create all hive table success
Real behavior (Required)
StarRocks version (Required)
3.1.17-67ae3b7
The text was updated successfully, but these errors were encountered: