lavanv11 commented on PR #55867: URL: https://github.com/apache/spark/pull/55867#issuecomment-4453493715
> Seems like one test is realted. could we take a quick look and fix? Fixed. The Connect-side writers and streaming reader don't have the plan-level None filter that the Connect batch reader has, so .option(k, None) was forwarding None straight to the protobuf options map. Added the same if value is None: return self guard. Pushed as a followup test fix! -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
