Re: [PR] feat: Support serde for JsonSource PhysicalPlan [datafusion]

2025-04-05 Thread via GitHub
alamb commented on PR #15311: URL: https://github.com/apache/datafusion/pull/15311#issuecomment-2740937315 Thanks @westhide For anyone following along: - https://github.com/apache/datafusion/pull/15335 -- This is an automated message from the Apache Git Service. To respond to t

Re: [PR] feat: Support serde for JsonSource PhysicalPlan [datafusion]

2025-03-20 Thread via GitHub
alamb merged PR #15311: URL: https://github.com/apache/datafusion/pull/15311 -- 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...@datafusi

Re: [PR] feat: Support serde for JsonSource PhysicalPlan [datafusion]

2025-03-20 Thread via GitHub
westhide commented on code in PR #15311: URL: https://github.com/apache/datafusion/pull/15311#discussion_r2005735108 ## datafusion/proto/src/physical_plan/mod.rs: ## @@ -247,6 +247,15 @@ impl AsExecutionPlan for protobuf::PhysicalPlanNode { .with_file_compressio

Re: [PR] feat: Support serde for JsonSource PhysicalPlan [datafusion]

2025-03-20 Thread via GitHub
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_compres

Re: [PR] feat: Support serde for JsonSource PhysicalPlan [datafusion]

2025-03-19 Thread via GitHub
westhide commented on code in PR #15311: URL: https://github.com/apache/datafusion/pull/15311#discussion_r2004474014 ## datafusion/proto/src/physical_plan/mod.rs: ## @@ -247,6 +247,15 @@ impl AsExecutionPlan for protobuf::PhysicalPlanNode { .with_file_compressio

Re: [PR] feat: Support serde for JsonSource PhysicalPlan [datafusion]

2025-03-19 Thread via GitHub
westhide commented on code in PR #15311: URL: https://github.com/apache/datafusion/pull/15311#discussion_r2004474014 ## datafusion/proto/src/physical_plan/mod.rs: ## @@ -247,6 +247,15 @@ impl AsExecutionPlan for protobuf::PhysicalPlanNode { .with_file_compressio

Re: [PR] feat: Support serde for JsonSource PhysicalPlan [datafusion]

2025-03-19 Thread via GitHub
milenkovicm commented on PR #15311: URL: https://github.com/apache/datafusion/pull/15311#issuecomment-2738095787 Thanks @westhide, PR makes sense to me. I left one comment in the original ballista issue, https://github.com/apache/datafusion-ballista/issues/1209#issuecomment-273746633

Re: [PR] feat: Support serde for JsonSource PhysicalPlan [datafusion]

2025-03-19 Thread via GitHub
alamb commented on code in PR #15311: URL: https://github.com/apache/datafusion/pull/15311#discussion_r2004114810 ## datafusion/proto/tests/cases/roundtrip_physical_plan.rs: ## @@ -1277,6 +1277,15 @@ fn roundtrip_analyze() -> Result<()> { ))) } +#[tokio::test] +async fn

Re: [PR] feat: Support serde for JsonSource PhysicalPlan [datafusion]

2025-03-19 Thread via GitHub
westhide commented on PR #15311: URL: https://github.com/apache/datafusion/pull/15311#issuecomment-2737288323 take -- 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 unsubs

[PR] feat: Support serde for JsonSource PhysicalPlan [datafusion]

2025-03-19 Thread via GitHub
westhide opened a new pull request, #15311: URL: https://github.com/apache/datafusion/pull/15311 ## Which issue does this PR close? - Closes #. ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested