MaxGekk commented on a change in pull request #27876: [SPARK-31119][SQL] Add 
interval value support for extract expression as extract source
URL: https://github.com/apache/spark/pull/27876#discussion_r391442193
 
 

 ##########
 File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/intervalExpressions.scala
 ##########
 @@ -86,31 +84,6 @@ case class ExtractIntervalMicroseconds(child: Expression)
 case class ExtractIntervalEpoch(child: Expression)
   extends ExtractIntervalPart(child, DecimalType(18, 6), getEpoch, "getEpoch")
 
-object ExtractIntervalPart {
-
-  def parseExtractField(
 
 Review comment:
   I would keep intervals related code here.

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


With regards,
Apache Git Services

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

Reply via email to