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

   ### Describe the subtask
   
   `['char', 'varchar', 'fixed']` with one parameter
   decimal with two parameters
   
   When select these column types, show the input for parameters
   <img width="681" alt="image" 
src="https://github.com/user-attachments/assets/7247ef42-41ae-4eab-a779-30797efd7996";>
   <img width="660" alt="image" 
src="https://github.com/user-attachments/assets/62551f16-326a-47c4-b75c-3f48340e4be7";>
   
   Then click outside, show the whole column type
   <img width="446" alt="image" 
src="https://github.com/user-attachments/assets/948f6226-f89f-4ae5-b77d-582a5b991e13";>
   
   If click outside without parameters, should show the error tips
   `L is missing`: L is the parameter of `char`(e.g.)
   
   for `decimal`, has two parameters, P and S
   `P is missing`
   `S is missing`
   `P can not > 38`
   `P can not < S`
   
   
   ### Parent issue
   
   #5449


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