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

maxgekk 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 97e7d497476 [SPARK-42843][SQL][FOLLOWUP] Remove the old error class 
_LEGACY_ERROR_TEMP_2007
97e7d497476 is described below

commit 97e7d4974763b9851dc7a5050115668fcbe86b74
Author: Liang Yan <ckgppl_...@sina.cn>
AuthorDate: Thu May 4 16:30:25 2023 +0300

    [SPARK-42843][SQL][FOLLOWUP] Remove the old error class 
_LEGACY_ERROR_TEMP_2007
    
    ### What changes were proposed in this pull request?
    
    Remove the old error class _LEGACY_ERROR_TEMP_2007 since new one is already 
created.
    
    ### Why are the changes needed?
    
    To fix JIRA issue 42843 completely.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Current tests covered it.
    
    Closes #41045 from liang3zy22/spark42843.
    
    Authored-by: Liang Yan <ckgppl_...@sina.cn>
    Signed-off-by: Max Gekk <max.g...@gmail.com>
---
 core/src/main/resources/error/error-classes.json | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/core/src/main/resources/error/error-classes.json 
b/core/src/main/resources/error/error-classes.json
index 1d5ee78aa8c..753908932c8 100644
--- a/core/src/main/resources/error/error-classes.json
+++ b/core/src/main/resources/error/error-classes.json
@@ -3752,11 +3752,6 @@
       "The specified group index cannot be less than zero."
     ]
   },
-  "_LEGACY_ERROR_TEMP_2007" : {
-    "message" : [
-      "Regex group count is <groupCount>, but the specified group index is 
<groupIndex>."
-    ]
-  },
   "_LEGACY_ERROR_TEMP_2011" : {
     "message" : [
       "Unexpected data type <dataType>."


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

Reply via email to