Re: [PR] Schema adapter helper [datafusion]

2025-06-04 Thread via GitHub
kosiew commented on PR #16108: URL: https://github.com/apache/datafusion/pull/16108#issuecomment-2942385599 You're welcome @alamb Thank you for the review. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

Re: [PR] Schema adapter helper [datafusion]

2025-06-04 Thread via GitHub
alamb merged PR #16108: URL: https://github.com/apache/datafusion/pull/16108 -- 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] Schema adapter helper [datafusion]

2025-06-04 Thread via GitHub
alamb commented on PR #16108: URL: https://github.com/apache/datafusion/pull/16108#issuecomment-2941357353 Thanks again @kosiew and @adriangb -- 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: [PR] Schema adapter helper [datafusion]

2025-05-22 Thread via GitHub
kosiew commented on PR #16108: URL: https://github.com/apache/datafusion/pull/16108#issuecomment-2902969236 @adriangb Thanks for the review. -- 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 th

Re: [PR] Schema adapter helper [datafusion]

2025-05-20 Thread via GitHub
kosiew commented on code in PR #16108: URL: https://github.com/apache/datafusion/pull/16108#discussion_r2097676700 ## datafusion/datasource/src/schema_adapter.rs: ## @@ -248,29 +267,11 @@ impl SchemaAdapter for DefaultSchemaAdapter { &self, file_schema: &Schema

Re: [PR] Schema adapter helper [datafusion]

2025-05-20 Thread via GitHub
kosiew commented on code in PR #16108: URL: https://github.com/apache/datafusion/pull/16108#discussion_r2097676700 ## datafusion/datasource/src/schema_adapter.rs: ## @@ -248,29 +267,11 @@ impl SchemaAdapter for DefaultSchemaAdapter { &self, file_schema: &Schema

[PR] Schema adapter helper [datafusion]

2025-05-20 Thread via GitHub
kosiew opened a new pull request, #16108: URL: https://github.com/apache/datafusion/pull/16108 ## Which issue does this PR close? This is part of a series of PRs re-implementing #15295 to close #14657 by adding schema‐evolution support for listing‐based tables with nested structs in