danhuawang commented on issue #5397:
URL: https://github.com/apache/gravitino/issues/5397#issuecomment-2449555560

   ```
   CREATE TABLE staging_congress9 (
       congress varchar,
       chamber varchar,
       bioguide varchar,
       firstname varchar,
       middlename varchar,
       lastname varchar,
       suffix varchar,
       birthday varchar,
       state varchar,
       party varchar,
       incumbent varchar,
       termstart varchar,
       age varchar
   ) WITH (format='CSV',location='file:///tmp/csv',table_type 
='EXTERNAL_TABLE');
   
   ```
   When all fields changed to varchar, it loaded.


-- 
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]

Reply via email to