danhuawang opened a new issue, #5397: URL: https://github.com/apache/gravitino/issues/5397
### Version main branch ### Describe what's wrong <img width="1440" alt="image" src="https://github.com/user-attachments/assets/acac4fa1-0150-44e6-a34f-8ce2210c90eb"> <img width="1405" alt="image" src="https://github.com/user-attachments/assets/b14f0844-29d8-464d-affc-9e6d23a03515"> <img width="1394" alt="image" src="https://github.com/user-attachments/assets/c6d26bac-a4a3-4482-a6cb-b0bcf335c2c2"> <img width="1363" alt="image" src="https://github.com/user-attachments/assets/bcac0721-2e42-414d-ad3f-dc1a2e056422"> <img width="966" alt="image" src="https://github.com/user-attachments/assets/ce0d7ae1-0739-4cae-947c-521627382bad"> ### Error message and/or stacktrace N/A ### How to reproduce ### How to reproduce 1. Put the data.textfile (https://github.com/trinodb/trino/blob/master/testing/trino-product-tests/src/main/resources/io/trino/tests/product/hive/data/all_types/data.textfile) in Trino directory: /tmp/data 2. create table in Trino ``` CREATE TABLE ex_ht8 ( c_tinyint tinyint, c_smallint smallint, c_int integer, c_bigint bigint, c_float real, c_double double, c_decimal decimal(10, 0), c_decimal_w_params decimal(10, 5), c_timestamp timestamp(3), c_date date, c_string varchar, c_varchar varchar(10), c_char char(10), c_boolean boolean, c_binary varbinary ) WITH (location = 'file:/tmp/data',table_type = 'EXTERNAL_TABLE') ; ``` 3. Query data ``` select * from ex_ht8; ``` ### Additional context _No response_ -- 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]
