anchalkataria commented on issue #542: Unable to write the Array with null values URL: https://github.com/apache/incubator-hudi/issues/542#issuecomment-521373955 Hi , Just try changing the value of WRITE_OLD_LIST_STRUCTURE_DEFAULT parameter from true to false in AvroWriteSupport class. static final boolean WRITE_OLD_LIST_STRUCTURE_DEFAULT = false; It will allow array with null values.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
