MaxGekk commented on a change in pull request #26659: [MINOR][DOC] Fix the 
CalendarIntervalType description
URL: https://github.com/apache/spark/pull/26659#discussion_r350258708
 
 

 ##########
 File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/types/CalendarIntervalType.scala
 ##########
 @@ -22,11 +22,14 @@ import org.apache.spark.unsafe.types.CalendarInterval
 
 /**
  * The data type representing calendar time intervals. The calendar time 
interval is stored
- * internally in two components: number of months the number of microseconds.
+ * internally in three components:
+ *   the number of months
 
 Review comment:
   I think we should say explicitly that the numbers can be positive as well as 
negative

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