Re: [I] Implement protobuf serialization for LogicalPlan::Unnest [datafusion]

2024-05-28 Thread via GitHub
alamb closed issue #10639: Implement protobuf serialization for LogicalPlan::Unnest URL: https://github.com/apache/datafusion/issues/10639 -- 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 specifi

Re: [I] Implement protobuf serialization for LogicalPlan::Unnest [datafusion]

2024-05-28 Thread via GitHub
alamb commented on issue #10639: URL: https://github.com/apache/datafusion/issues/10639#issuecomment-2134982310 Yeah thanks a alot @akoshchiy -- 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

Re: [I] Implement protobuf serialization for LogicalPlan::Unnest [datafusion]

2024-05-28 Thread via GitHub
jamesmcm commented on issue #10639: URL: https://github.com/apache/datafusion/issues/10639#issuecomment-2134927449 Wow, thanks for the quick response! I'll test out the PR later. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [I] Implement protobuf serialization for LogicalPlan::Unnest [datafusion]

2024-05-27 Thread via GitHub
akoshchiy commented on issue #10639: URL: https://github.com/apache/datafusion/issues/10639#issuecomment-2132921567 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

Re: [I] Implement protobuf serialization for LogicalPlan::Unnest [datafusion]

2024-05-26 Thread via GitHub
akoshchiy commented on issue #10639: URL: https://github.com/apache/datafusion/issues/10639#issuecomment-2132192230 @alamb Hi! Can I try to fix it? -- 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

Re: [I] Implement protobuf serialization for LogicalPlan::Unnest [datafusion]

2024-05-25 Thread via GitHub
alamb commented on issue #10639: URL: https://github.com/apache/datafusion/issues/10639#issuecomment-2131196191 Thanks @jamesmcm -- this would be a good first issue I think for someone with Rust experience looking to help with DataFusion. The protobuf serialization code is a bit hairy I fi

[I] Implement protobuf serialization for LogicalPlan::Unnest [datafusion]

2024-05-23 Thread via GitHub
jamesmcm opened a new issue, #10639: URL: https://github.com/apache/datafusion/issues/10639 ### Is your feature request related to a problem or challenge? This job in Ballista fails: ```rust let avro_file = "gs://..."; let metadata_df = ctx .read_avr