You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/11/24 06:48:05 UTC

[GitHub] [hudi] prashantwason commented on a change in pull request #4067: [WIP] [HUDI-2763] Metadata table records storage reduction

prashantwason commented on a change in pull request #4067:
URL: https://github.com/apache/hudi/pull/4067#discussion_r755742592



##########
File path: hudi-common/src/main/avro/HoodieMetadata.avsc
##########
@@ -23,7 +23,10 @@
     "fields": [
         {
             "name": "key",
-            "type": "string"
+            "type": [

Review comment:
       null is not needed here as instead of nulling this field you can store an empty string.
   
   The type=null signifies that this field may be missing from the record. 




-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org