giangnth commented on issue #6430:
URL: https://github.com/apache/hudi/issues/6430#issuecomment-1438301773
it's will throw exception when data like this:
> public static final String COMPLEX_ARRAY_NESTED_ROW_TYPE_INSERT_T1 =
"insert into t1 values\n"
+ "(1, array['abc1', 'def1'], map['abc1', 1, 'def1', 3], row(1,
'abc1'), array[row(1, 'aabc1')]),\n"
+ "(2, array['abc2', 'def2'], map['abc2', 1, 'def2', 3], row(2,
'abc2'), array[row(2, 'aabc2')]),\n"
+ "(3, array['abc3', 'def3'], map['abc3', 1, 'def3', 3], row(3,
'abc3'), array[row(3, 'aabc3')])";
Sorry for my bad English.
--
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]