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

dongjoon 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 96e1e86b0a8 [SPARK-45059][CONNECT][FOLLOWUP] Remove `try_reflect` 
problem filter rule in connect
96e1e86b0a8 is described below

commit 96e1e86b0a8f296845d697b0019d7ed16864c938
Author: Jia Fan <fanjiaemi...@qq.com>
AuthorDate: Mon Sep 4 15:14:55 2023 -0700

    [SPARK-45059][CONNECT][FOLLOWUP] Remove `try_reflect` problem filter rule 
in connect
    
    ### What changes were proposed in this pull request?
    This is a followup PR for #42783 , to remove  `try_reflect` problem filter 
rule in spark connect.
    
    ### Why are the changes needed?
    make sure the `try_reflect` check work.
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    exist test.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No
    
    Closes #42800 from Hisoka-X/SPARK-45059_remove_connect_check.
    
    Authored-by: Jia Fan <fanjiaemi...@qq.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 .../spark/sql/connect/client/CheckConnectJvmClientCompatibility.scala   | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/connector/connect/client/jvm/src/test/scala/org/apache/spark/sql/connect/client/CheckConnectJvmClientCompatibility.scala
 
b/connector/connect/client/jvm/src/test/scala/org/apache/spark/sql/connect/client/CheckConnectJvmClientCompatibility.scala
index bf512ed71fd..1e536cd37fe 100644
--- 
a/connector/connect/client/jvm/src/test/scala/org/apache/spark/sql/connect/client/CheckConnectJvmClientCompatibility.scala
+++ 
b/connector/connect/client/jvm/src/test/scala/org/apache/spark/sql/connect/client/CheckConnectJvmClientCompatibility.scala
@@ -208,8 +208,6 @@ object CheckConnectJvmClientCompatibility {
       // functions
       
ProblemFilters.exclude[Problem]("org.apache.spark.sql.functions.unwrap_udt"),
       ProblemFilters.exclude[Problem]("org.apache.spark.sql.functions.udaf"),
-      ProblemFilters.exclude[DirectMissingMethodProblem](
-        "org.apache.spark.sql.functions.try_reflect"),
 
       // KeyValueGroupedDataset
       ProblemFilters.exclude[Problem](


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

Reply via email to