You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by we...@apache.org on 2021/08/06 07:22:30 UTC

[spark] branch branch-3.2 updated: [SPARK-36429][SQL][FOLLOWUP] Update a golden file to comply with the change in SPARK-36429

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

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


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new f3761bd  [SPARK-36429][SQL][FOLLOWUP] Update a golden file to comply with the change in SPARK-36429
f3761bd is described below

commit f3761bdb76559ff666effde31bf14773a75c452b
Author: Kousuke Saruta <sa...@oss.nttdata.com>
AuthorDate: Fri Aug 6 15:20:54 2021 +0800

    [SPARK-36429][SQL][FOLLOWUP] Update a golden file to comply with the change in SPARK-36429
    
    ### What changes were proposed in this pull request?
    
    This PR updates a golden to comply with the change in SPARK-36429 (#33654).
    
    ### Why are the changes needed?
    
    To recover GA failure.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    GA itself.
    
    Closes #33663 from sarutak/followup-SPARK-36429.
    
    Authored-by: Kousuke Saruta <sa...@oss.nttdata.com>
    Signed-off-by: Wenchen Fan <we...@databricks.com>
    (cherry picked from commit 63c7d1847d97dca5ceb9a46c77a623cb78565f5b)
    Signed-off-by: Wenchen Fan <we...@databricks.com>
---
 .../resources/sql-tests/results/timestampNTZ/timestamp-ansi.sql.out  | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sql/core/src/test/resources/sql-tests/results/timestampNTZ/timestamp-ansi.sql.out b/sql/core/src/test/resources/sql-tests/results/timestampNTZ/timestamp-ansi.sql.out
index fe83675..fae7721 100644
--- a/sql/core/src/test/resources/sql-tests/results/timestampNTZ/timestamp-ansi.sql.out
+++ b/sql/core/src/test/resources/sql-tests/results/timestampNTZ/timestamp-ansi.sql.out
@@ -661,9 +661,10 @@ You may get a different result due to the upgrading of Spark 3.0: Fail to recogn
 -- !query
 select from_json('{"t":"26/October/2015"}', 't Timestamp', map('timestampFormat', 'dd/MMMMM/yyyy'))
 -- !query schema
-struct<from_json({"t":"26/October/2015"}):struct<t:timestamp_ntz>>
+struct<>
 -- !query output
-{"t":null}
+java.lang.Exception
+Unsupported type: timestamp_ntz
 
 
 -- !query

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