Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
Description
There were a few reports and slack as well as in GI, related to Spark SQL configs not being respected by DeltaStreamer while working perfectly fine when leveraging DataSource API:
https://github.com/apache/hudi/issues/6278
I was able to trace these down to
- `HoodieSparkUtils.createRDD` instantiating `AvroSerializer` which uses SQLConf that isn't propagated by Spark properly.
Attachments
Issue Links
- relates to
-
HUDI-7479 SQL confs don't propagate to spark row writer deltastreamer
- Closed
- links to