zhjwpku commented on code in PR #156:
URL: https://github.com/apache/iceberg-cpp/pull/156#discussion_r2257636948
##########
src/iceberg/type.h:
##########
@@ -191,6 +191,23 @@ class ICEBERG_EXPORT MapType : public NestedType {
/// Primitive types do not have nested fields.
/// @{
+/// \brief A data type that has no physical storage.
+/// Technically, this is a primitive type, we treat it as a primitive type for
+/// convenience.
+class ICEBERG_EXPORT NullType : public PrimitiveType {
Review Comment:
Yeah, more sense, removed.
--
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]