cloud-fan commented on a change in pull request #28276:
URL: https://github.com/apache/spark/pull/28276#discussion_r412950275



##########
File path: sql/core/src/test/resources/sql-tests/results/extract.sql.out
##########
@@ -677,3 +677,135 @@ select date_part(null, i) from t
 struct<date_part(NULL, t.`i`):double>
 -- !query output
 NULL
+
+
+-- !query
+select extract('millennium', c) from t
+-- !query schema
+struct<>
+-- !query output
+org.apache.spark.sql.AnalysisException
+Literals of type 'millennium' are currently not supported for the string 
type.;; line 1 pos 7

Review comment:
       let's remove these unsupported tests




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to