You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "MaxGekk (via GitHub)" <gi...@apache.org> on 2023/05/24 15:28:01 UTC

[GitHub] [spark] MaxGekk commented on pull request #41297: [SPARK-43549][SQL] Convert _LEGACY_ERROR_TEMP_0036 to INVALID_SQL_SYNTAX.ANALYZE_TABLE_UNEXPECTED_NOSCAN

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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org