Skip to content

Commit

Permalink
Update golden file.
Browse files Browse the repository at this point in the history
  • Loading branch information
beliefer committed Sep 17, 2020
1 parent 97f6376 commit 4002aaf
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -391,7 +391,7 @@ SELECT nth_value(four, 0) OVER (ORDER BY ten), ten, four FROM tenk1
struct<>
-- !query output
org.apache.spark.sql.AnalysisException
cannot resolve 'nthvalue(spark_catalog.default.tenk1.`four`)' due to data type mismatch: The 'offset' argument of nth_value must be greater than zero but it is 0.; line 1 pos 7
cannot resolve 'nthvalue(spark_catalog.default.tenk1.`four`, 0)' due to data type mismatch: The 'offset' argument of nth_value must be greater than zero but it is 0.; line 1 pos 7


-- !query
Expand Down

0 comments on commit 4002aaf

Please sign in to comment.