rajat1401 commented on issue #7732: URL: https://github.com/apache/hudi/issues/7732#issuecomment-2582799585
@subinsonynaukri you can try with keeping `hoodie.metadata.index.column.stats.enable` as `false` since Hudi tries to index the column ranges of your data in the metadata table otherwise which might be causing the issue as one of your columns would be of Decimal(38,0) type. Otherwise, you can also cast the datatype to any other type such as string for now. -- 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]
