cloud-fan commented on code in PR #53009: URL: https://github.com/apache/spark/pull/53009#discussion_r2538533684
########## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/st/STExpressionUtils.scala: ########## @@ -17,9 +17,13 @@ package org.apache.spark.sql.catalyst.expressions.st +import org.apache.spark.annotation.Unstable +import org.apache.spark.sql.AnalysisException import org.apache.spark.sql.catalyst.expressions._ +import org.apache.spark.sql.internal.SQLConf import org.apache.spark.sql.types._ +@Unstable Review Comment: no need, it's `private[sql]` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
