milenkovicm commented on code in PR #15311: URL: https://github.com/apache/datafusion/pull/15311#discussion_r2005232310
########## datafusion/proto/src/physical_plan/mod.rs: ########## @@ -247,6 +247,15 @@ impl AsExecutionPlan for protobuf::PhysicalPlanNode { .with_file_compression_type(FileCompressionType::UNCOMPRESSED); Ok(conf.build()) } + PhysicalPlanType::JsonScan(scan) => { Review Comment: Client config should be propagated from to executor (task context) so it should be the same. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org