isapego commented on code in PR #1594:
URL: https://github.com/apache/ignite-3/pull/1594#discussion_r1143303521
##########
modules/platforms/cpp/ignite/common/ignite_type.h:
##########
@@ -70,6 +74,7 @@ enum class column_type {
/** Binary data. */
BYTE_ARRAY = 15,
+ BINARY = BYTE_ARRAY,
Review Comment:
I kind of agree, but this is a common name across all Ignite codebase.
--
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]