This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 8dd3ec87e26 [SPARK-45713][PYTHON][FOLLOWUP] Fix SparkThrowableSuite 
for GA
8dd3ec87e26 is described below

commit 8dd3ec87e26969df6fe08f5fddc3f8d6efc2420d
Author: panbingkun <pbk1...@gmail.com>
AuthorDate: Tue Oct 31 17:41:44 2023 +0900

    [SPARK-45713][PYTHON][FOLLOWUP] Fix SparkThrowableSuite for GA
    
    ### What changes were proposed in this pull request?
    The pr aims to fix SparkThrowableSuite for GA.
    After pr: https://github.com/apache/spark/pull/43566, Failed to run 
'SparkThrowableSuite' in GA, eg:
    https://github.com/panbingkun/spark/actions/runs/6702704679/job/18212102847
    <img width="857" alt="image" 
src="https://github.com/apache/spark/assets/15246973/9538d6c8-1d75-452c-b72c-567f90ae9f14";>
    
    ### Why are the changes needed?
    Make GA happy.
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Manually test.
    Pass GA.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No.
    
    Closes #43598 from panbingkun/fix_SparkThrowableSuite.
    
    Authored-by: panbingkun <pbk1...@gmail.com>
    Signed-off-by: Hyukjin Kwon <gurwls...@apache.org>
---
 docs/sql-error-conditions.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/docs/sql-error-conditions.md b/docs/sql-error-conditions.md
index 7c537f6fe20..1741e49f561 100644
--- a/docs/sql-error-conditions.md
+++ b/docs/sql-error-conditions.md
@@ -431,6 +431,12 @@ For more details see 
[DATATYPE_MISMATCH](sql-error-conditions-datatype-mismatch-
 
 DataType `<type>` requires a length parameter, for example `<type>`(10). 
Please specify the length.
 
+### DATA_SOURCE_ALREADY_EXISTS
+
+[SQLSTATE: 
42710](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation)
+
+Data source '`<provider>`' already exists in the registry. Please use a 
different name for the new data source.
+
 ### DATA_SOURCE_NOT_FOUND
 
 [SQLSTATE: 
42K02](sql-error-conditions-sqlstates.html#class-42-syntax-error-or-access-rule-violation)
@@ -1685,7 +1691,7 @@ Protobuf type not yet supported: `<protobufType>`.
 
 [SQLSTATE: 
38000](sql-error-conditions-sqlstates.html#class-38-external-routine-exception)
 
-Failed to plan Python data source `<type>` in Python: `<msg>`
+Failed to `<action>` Python data source `<type>` in Python: `<msg>`
 
 ### RECURSIVE_PROTOBUF_SCHEMA
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to