-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Description
Trino is not detecting a table as being hive managed despite the table being created against the default schema at the default location.
Take a look at my example at https://github.com/shawnweeks/open-bigdata-stack
docker compose up -d
# Wait 30-60 seconds for everything to start then start the trino cli
trino:default> create table test_hive_table(id bigint);
CREATE TABLE
trino:default> insert into test_hive_table select 1 as id;
Query 20260223_154212_00004_drhv4 failed: Cannot write to non-managed Hive table
trino:default>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels