HyukjinKwon commented on a change in pull request #33215:
URL: https://github.com/apache/spark/pull/33215#discussion_r663791613



##########
File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/DateTimeUtils.scala
##########
@@ -248,7 +248,7 @@ object DateTimeUtils {
    * @return timestamp segments, time zone id and whether the input is just 
time without a date. If
    *         the input string can't be parsed as timestamp, the result 
timestamp segments are empty.
    */
-  private def parseTimestampString(s: UTF8String): (Array[Int], 
Option[ZoneId], Boolean) = {
+  private[sql] def parseTimestampString(s: UTF8String): (Array[Int], 
Option[ZoneId], Boolean) = {

Review comment:
       I think we can just remove "private[sql]" since we're in catalyst.




-- 
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]

Reply via email to