diqiu50 commented on PR #7852:
URL: https://github.com/apache/gravitino/pull/7852#issuecomment-3163033773

   > > Only for constant default values maybe like this:
   > > ```
   > >     # MySQL  create table 
   > >     col_int int default (rand()),
   > >     col_tinyint TINYINT DEFAULT 0,
   > >     col_smallint SMALLINT DEFAULT NULL,
   > >     
   > >     # Trino show table
   > >     col_int int,
   > >     col_tinyint tinyint WITH ( default = '0' ),
   > >     col_smallint smallint,    
   > > ```
   > 
   I think this is fine. The result of SHOW CREATE TABLE is consistent with 
what Trino’s native MySQL catalog shows. Could you please explain your concern?
   
   
   


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