HyukjinKwon commented on a change in pull request #28197: [SPARK-31431][SQL]
Add CalendarInterval encoder support
URL: https://github.com/apache/spark/pull/28197#discussion_r407345491
##########
File path: sql/catalyst/src/main/scala/org/apache/spark/sql/Encoders.scala
##########
@@ -135,6 +136,13 @@ object Encoders {
*/
def BINARY: Encoder[Array[Byte]] = ExpressionEncoder()
+ /**
+ * An encoder for [[CalendarInterval]]
Review comment:
For some reasons, looks we failed to link `CalendarInterval`. We can make it
`` `CalendarInterval` ``, for now.
```
[error]
/home/jenkins/workspace/SparkPullRequestBuilder/sql/catalyst/target/java/org/apache/spark/sql/Encoders.java:109:
error: reference not found
[error] * An encoder for {@link CalendarInterval}
[error] ^
```
----------------------------------------------------------------
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]