Skip to content
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

Support hive table column array(integer) type #56348

Open
chengcxy opened this issue Feb 27, 2025 · 0 comments
Open

Support hive table column array(integer) type #56348

chengcxy opened this issue Feb 27, 2025 · 0 comments
Labels
type/bug Something isn't working

Comments

@chengcxy
Copy link

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

@chengcxy chengcxy added the type/bug Something isn't working label Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant