panbingkun commented on PR #47628:
URL: https://github.com/apache/spark/pull/47628#issuecomment-2272679935

   - Yes, in the syntax `SHOW COLUMNS ... {FROM | IN} ... {FROM | IN} ...`, the 
second clause `{FROM | IN} ..` is actually unnecessary, but due to historical 
reasons, if we change it to ``SHOW COLUMNS ... {FROM | IN} ...`, it is a `break 
change` (at least when the end-user run it, it will generate an error). 
   - The modification here is only to align this syntax in v1 and v2, `not 
checking` can cause confusion for end-users


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to