CalvinKirs commented on code in PR #3694:
URL:
https://github.com/apache/incubator-seatunnel/pull/3694#discussion_r1045360564
##########
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:
I remember that arrays are problematic to serialize in some special cases.
But I can't find the corresponding documentation.
--
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]