hailin0 commented on code in PR #3694:
URL: 
https://github.com/apache/incubator-seatunnel/pull/3694#discussion_r1045368219


##########
seatunnel-engine/seatunnel-engine-storage/imap-storage-api/src/main/java/org/apache/seatunnel/engine/imap/storage/api/common/ProtoStuffSerializer.java:
##########
@@ -77,6 +77,7 @@ private static <T> Schema<T> getSchema(Class<T> clazz) {
         WRAPPERS.add(TreeMap.class);
         WRAPPERS.add(Hashtable.class);
         WRAPPERS.add(SortedMap.class);
+        WRAPPERS.add(Long[].class);

Review Comment:
   > Also, I think this is more of an enhancement than a bug.
   
   @liugddx  update this pr title: [Improve] xxx...



-- 
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]

Reply via email to