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

yao pushed a commit to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.5 by this push:
     new d8adf4b3109c [SPARK-49476][SQL][3.5][FOLLOWUP] Fix base64 proto test
d8adf4b3109c is described below

commit d8adf4b3109c0e6353c8c8a300eea5cf6aa3caca
Author: Adam Binford <[email protected]>
AuthorDate: Tue Sep 3 11:52:14 2024 +0800

    [SPARK-49476][SQL][3.5][FOLLOWUP] Fix base64 proto test
    
    ### What changes were proposed in this pull request?
    
    Fix a test that is failing from backporting 
https://github.com/apache/spark/pull/47941
    
    ### Why are the changes needed?
    
    Fix test
    
    ### Does this PR introduce _any_ user-facing change?
    
    No
    
    ### How was this patch tested?
    
    Fixed test
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No
    
    Closes #47964 from Kimahriman/base64-proto-test.
    
    Authored-by: Adam Binford <[email protected]>
    Signed-off-by: Kent Yao <[email protected]>
---
 .../test/resources/query-tests/explain-results/function_base64.explain  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/connector/connect/common/src/test/resources/query-tests/explain-results/function_base64.explain
 
b/connector/connect/common/src/test/resources/query-tests/explain-results/function_base64.explain
index 3b4e69469c30..27058b201c01 100644
--- 
a/connector/connect/common/src/test/resources/query-tests/explain-results/function_base64.explain
+++ 
b/connector/connect/common/src/test/resources/query-tests/explain-results/function_base64.explain
@@ -1,2 +1,2 @@
-Project [staticinvoke(class org.apache.spark.sql.catalyst.expressions.Base64, 
StringType, encode, cast(g#0 as binary), true, BinaryType, BooleanType, true, 
true, true) AS base64(g)#0]
+Project [staticinvoke(class org.apache.spark.sql.catalyst.expressions.Base64, 
StringType, encode, cast(g#0 as binary), true, BinaryType, BooleanType, true, 
false, true) AS base64(g)#0]
 +- LocalRelation <empty>, [id#0L, a#0, b#0, d#0, e#0, f#0, g#0]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to