-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Labels
from-jirapriority:highSignificant impact; potential bugsSignificant impact; potential bugstype:bugBug reports and fixesBug reports and fixes
Description
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>;;;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
from-jirapriority:highSignificant impact; potential bugsSignificant impact; potential bugstype:bugBug reports and fixesBug reports and fixes