yangzhg commented on a change in pull request #7519:
URL: https://github.com/apache/incubator-doris/pull/7519#discussion_r800267157
##########
File path: gensrc/proto/types.proto
##########
@@ -63,3 +67,150 @@ message PUniqueId {
required int64 lo = 2;
};
+message PGenericType {
Review comment:
That's a good idea, but I think the datatype define in `data.proto` can
not describe complex types very well, `PGenericType` + `PList` + `PMap` +
`PField` + `PStruct` + `PDecimal` may be better. And BTW, datatype should not
to complex, it should be used more easier between languages
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]