You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/06/20 04:24:31 UTC

[GitHub] [spark] panbingkun opened a new pull request, #36916: [SPARK-37939][SQL][3.3] Use error classes in the parsing errors of properties

panbingkun opened a new pull request, #36916:
URL: https://github.com/apache/spark/pull/36916

   ## What changes were proposed in this pull request?
   Migrate the following errors in QueryParsingErrors onto use error classes:
   
   - cannotCleanReservedNamespacePropertyError => UNSUPPORTED_FEATURE
   - cannotCleanReservedTablePropertyError => UNSUPPORTED_FEATURE
   - invalidPropertyKeyForSetQuotedConfigurationError => INVALID_PROPERTY_KEY
   - invalidPropertyValueForSetQuotedConfigurationError => INVALID_PROPERTY_VALUE
   - propertiesAndDbPropertiesBothSpecifiedError => UNSUPPORTED_FEATURE
   
   This is a backport of https://github.com/apache/spark/pull/36561.
   
   ### Why are the changes needed?
   Porting parsing errors of partitions to new error framework, improve test coverage, and document expected error messages in tests.
   
   ### Does this PR introduce any user-facing change?
   No
   
   ### How was this patch tested?
   By running new test:
   ```
   $ build/sbt "sql/testOnly *QueryParsingErrorsSuite*"
   ```


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


[GitHub] [spark] MaxGekk closed pull request #36916: [SPARK-37939][SQL][3.3] Use error classes in the parsing errors of properties

Posted by GitBox <gi...@apache.org>.
MaxGekk closed pull request #36916: [SPARK-37939][SQL][3.3] Use error classes in the parsing errors of properties
URL: https://github.com/apache/spark/pull/36916


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


[GitHub] [spark] AmplabJenkins commented on pull request #36916: [SPARK-37939][SQL][3.3] Use error classes in the parsing errors of properties

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on PR #36916:
URL: https://github.com/apache/spark/pull/36916#issuecomment-1160072739

   Can one of the admins verify this patch?


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


[GitHub] [spark] MaxGekk commented on pull request #36916: [SPARK-37939][SQL][3.3] Use error classes in the parsing errors of properties

Posted by GitBox <gi...@apache.org>.
MaxGekk commented on PR #36916:
URL: https://github.com/apache/spark/pull/36916#issuecomment-1161802429

   +1, LGTM. Merging to 3.3.
   Thank you, @panbingkun.


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