[GitHub] [spark] yaooqinn edited a comment on issue #28197: [SPARK-31431][SQL] Add CalendarInterval encoder support

2020-04-20 Thread GitBox
yaooqinn edited a comment on issue #28197: URL: https://github.com/apache/spark/pull/28197#issuecomment-616372354 For timestamp and date type, we already add `Instant` and `LocalDate` from java8 time API. In that case, we are very likely to add `Duration` and `Period` later for

[GitHub] [spark] yaooqinn edited a comment on issue #28197: [SPARK-31431][SQL] Add CalendarInterval encoder support

2020-04-20 Thread GitBox
yaooqinn edited a comment on issue #28197: URL: https://github.com/apache/spark/pull/28197#issuecomment-616372354 For timestamp and date type, we already add `Instant` and `LocalDate` from java8 time API. In that case, we are very likely to add `Duration` and `Period` later for

[GitHub] [spark] yaooqinn edited a comment on issue #28197: [SPARK-31431][SQL] Add CalendarInterval encoder support

2020-04-19 Thread GitBox
yaooqinn edited a comment on issue #28197: URL: https://github.com/apache/spark/pull/28197#issuecomment-616291295 Hi,@viirya, thanks for the details. take your commit as an example https://github.com/apache/spark/commit/48e44b24a7663142176102ac4c6bf4242f103804,