dianfu commented on a change in pull request #11374: [FLINK-16524][python]
Optimize the result of FlattenRowCoder and ArrowCoder to generator to eliminate
unnecessary function calls
URL: https://github.com/apache/flink/pull/11374#discussion_r392019385
##########
File path: flink-python/pyflink/fn_execution/coders.py
##########
@@ -414,6 +415,25 @@ def __repr__(self):
return 'ArrowCoder[%s]' % self._schema
+class CustomLengthPrefixCoder(LengthPrefixCoder):
Review comment:
What about rename it to PassThroughLengthPrefixCoder to reflect that it does
nothing for the prefixed length?
----------------------------------------------------------------
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