You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/spark/kyuubi-extension-spark-4-0/src/main/scala/org/apache/kyuubi/sql/KyuubiSparkSQLParser.scala
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -110,13 +110,15 @@ abstract class KyuubiSparkSQLParserBase extends ParserInterface with SQLConfHelp
110
110
delegate.parseDataType(sqlText)
111
111
}
112
112
113
-
/**
114
-
* This functions was introduced since spark-3.3, for more details, please see
0 commit comments