simonsssu opened a new issue, #3938:
URL: https://github.com/apache/amoro/issues/3938

   ### What happened?
   
   CREATE TABLE platform_file (
       id                 INT GENERATED ALWAYS AS IDENTITY,
       file_name          VARCHAR(100) NOT NULL,
       file_content_b64   LONG VARCHAR NOT NULL,
       file_path          VARCHAR(100),
       add_time           TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
       CONSTRAINT platform_file_pk PRIMARY KEY (id)
   );
   
   this will cause failed if the configuration file is big. 
   
   ### Affects Versions
   
   0.8
   
   ### What table formats are you seeing the problem on?
   
   _No response_
   
   ### What engines are you seeing the problem on?
   
   _No response_
   
   ### How to reproduce
   
   _No response_
   
   ### Relevant log output
   
   ```shell
   
   ```
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [x] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's Code of Conduct


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