Skip to content

Commit

Permalink
[SPARK-36429][SQL][FOLLOWUP] Update a golden file to comply with the …
Browse files Browse the repository at this point in the history
…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 <sarutak@oss.nttdata.com>
Signed-off-by: Wenchen Fan <wenchen@databricks.com>
  • Loading branch information
sarutak authored and cloud-fan committed Aug 6, 2021
1 parent eb12727 commit 63c7d18
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63c7d18

Please sign in to comment.