StarRocks / starrocks

StarRocks, a Linux Foundation project, is a next-generation sub-second MPP OLAP database for full analytics scenarios, including multi-dimensional analytics, real-time analytics, and ad-hoc queries.
https://starrocks.io
Apache License 2.0
8.65k stars 1.75k forks source link

starrocks catalog Derived data problem #49887

Open lookingGordo opened 3 weeks ago

lookingGordo commented 3 weeks ago

I have two errors, one is ’create table‘ and the other is ’insert into‘.

create table report an error Failed to create directory img_v3_02dq_5f887d16-12f9-4f37-b1e2-17bb04af8e8g

insert into report an error Getting analyzing error. Detail message: Only support to write hive managed table, tableType: EXTERNAL_TABLE.

img_v3_02dq_5f410616-8bd2-4f40-bffb-395ae134e96g

Expected behavior (Required)

Table created successfully and data inserted

Real behavior (Required)

thura soe-paing

StarRocks version (Required)

lookingGordo commented 3 weeks ago

The hive type I inserted is not an external table. image