MaxGekk commented on PR #41297:
URL: https://github.com/apache/spark/pull/41297#issuecomment-1561371825

   BTW, if `identifier` can be `NOSCAN` or nothing, we should specify this in 
rules:
   ```
       | ANALYZE TABLE multipartIdentifier partitionSpec? COMPUTE STATISTICS
           (NOSCAN | FOR COLUMNS identifierSeq | FOR ALL COLUMNS)?    #analyze
       | ANALYZE TABLES ((FROM | IN) multipartIdentifier)? COMPUTE STATISTICS
           (NOSCAN)?                                                  
#analyzeTables
   ```


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