Hi, I recently moved from version 0.4.5 to release-0.5.0-incubating-rc6. While writing data to Hudi MOR table I am getting error *java.lang.NoClassDefFoundError: org/apache/parquet/bytes/ByteBufferAllocator.* * ByteBufferAllocator *is not part of parquet common which is packaged with spark 2.3.2. So do I need to include any other packages in classpath? As of I now I have included all spark dependency and hudi-spark-bundle-0.5.0-incubating-rc6.jar .
Thanks, Jaimin
