yuqi1129 opened a new issue, #10148:
URL: https://github.com/apache/gravitino/issues/10148

   ### Version
   
   main branch
   
   ### Describe what's wrong
   
   <img width="1752" height="1048" alt="Image" 
src="https://github.com/user-attachments/assets/f0042d2b-869f-4d71-8f51-0be80d25a291";
 />
   
   In fact, no columns is needed when creating a distribute table
   
   ```SQL
   CREATE TABLE schema.distributed_t1
   ENGINE = Distributed('gravitino_cluster', schema, t1, rand());
   ```
   
   We need to remove the check for the size of columns in Clickhouse table
   
   ### Error message and/or stacktrace
   
   Please see above
   
   ### How to reproduce
   
   Please see above
   
   ### 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]

Reply via email to