dianfu commented on a change in pull request #11767: [FLINK-17119][python] Add 
Cython support for composite types
URL: https://github.com/apache/flink/pull/11767#discussion_r409470147
 
 

 ##########
 File path: flink-python/pyflink/fn_execution/fast_coder_impl.pxd
 ##########
 @@ -190,3 +195,24 @@ cdef class DateCoderImpl(BaseCoder):
 
 cdef class TimeCoderImpl(BaseCoder):
     pass
+
+cdef class DecimalCoderImpl(BaseCoder):
+    cdef readonly object context
+    cdef readonly object scale_format
+
+cdef class TimestampCoderImpl(BaseCoder):
+    cdef readonly bint is_compact
+
+cdef class LocalZonedTimestampCoderImpl(BaseCoder):
 
 Review comment:
   inherits TimestampCoderImpl?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to