tjiuming commented on a change in pull request #14216:
URL: https://github.com/apache/pulsar/pull/14216#discussion_r803558758
##########
File path:
pulsar-sql/presto-pulsar/src/test/java/org/apache/pulsar/sql/presto/decoder/protobufnative/TestProtobufNativeDecoder.java
##########
@@ -177,6 +183,11 @@ public void testPrimitiveType() {
PulsarColumnHandle.HandleKeyValueType.NONE);
checkValue(decodedRow, timestampFieldColumnHandle, mills);
+ PulsarColumnHandle durationFieldColumnHandle = new
PulsarColumnHandle(getPulsarConnectorId().toString(),
+ "durationField",
TIMESTAMP,false,false,"durationField",null,null,
Review comment:
@gaoran10 when user want to use `TimeSpan`, the support of
`protobuf/duration` will be useful
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]