hudi-bot opened a new issue, #14946: URL: https://github.com/apache/hudi/issues/14946
Hi when I try to use bulk_insert with a large number of fields in schema, I get a stack overflow this doesn't happen when I use insert of upsert. I have attached a sample main to reproduce the error and also the stack trace please let me know if you need more information Many thanks ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-2969 - Type: Bug - Attachment(s): - 09/Dec/21 13:09;jrivas;StackOverflowErrorTest.java;https://issues.apache.org/jira/secure/attachment/13037185/StackOverflowErrorTest.java - 09/Dec/21 13:09;jrivas;fullstacktrace.txt;https://issues.apache.org/jira/secure/attachment/13037184/fullstacktrace.txt --- ## Comments 09/Dec/21 13:11;jrivas;[https://github.com/zubipower/StackOverFlowHudiError/blob/main/StackOverflowErrorTest.java] also code added there I can provide pom.xml and jvm settings if necessary this is running on jdk 8 <scala.binary.version>2.12</scala.binary.version> <spark.version>3.0.0</spark.version> <hudi.version>0.9.0</hudi.version> <avro.version>1.8.2</avro.version> <hadoop.version>2.7.3</hadoop.version> <parquet.version>1.10.1</parquet.version>;;; -- 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]
