foryou7242 commented on issue #4932:
URL: https://github.com/apache/gravitino/issues/4932#issuecomment-2359911946
> and could you share the SQL to create the table? Does querying data works
well?
table is the same as issue because it's an existing table.
```sql
> show create table portal_test_schema;
CREATE TABLE portal_test_schema (
...
month INT,
day INT,
hour INT
)
PARTITIONED BY (month, day, hour)
LOCATION 'hdfs://test1/test1'
TBLPROPERTIES (
'bucketing_version' = '2',
'discover.partitions' = 'true',
'input-format' =
'org.apache.hadoop.hive.ql.io.parquet.MapredParquetInputFormat',
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]