Re: [PR] Set Formatted TableOptions Enum [datafusion]

2025-07-31 Thread via GitHub
github-actions[bot] commented on PR #16166: URL: https://github.com/apache/datafusion/pull/16166#issuecomment-3141928497 Thank you for your contribution. Unfortunately, this pull request is stale because it has been open 60 days with no activity. Please remove the stale label or comment or

Re: [PR] Set Formatted TableOptions Enum [datafusion]

2025-05-30 Thread via GitHub
alamb commented on code in PR #16166: URL: https://github.com/apache/datafusion/pull/16166#discussion_r2115541241 ## datafusion/common/src/config.rs: ## @@ -1566,8 +1517,68 @@ impl TableOptions { /// # Parameters /// /// * `format`: The file format to use (e.g., C

Re: [PR] Set Formatted TableOptions Enum [datafusion]

2025-05-30 Thread via GitHub
alamb commented on PR #16166: URL: https://github.com/apache/datafusion/pull/16166#issuecomment-2921854046 > > However, I didn't see any tests or examples that show a different behavior after this PR. > > In my initial quick read through it I would say it has made the APIs harder to

Re: [PR] Set Formatted TableOptions Enum [datafusion]

2025-05-29 Thread via GitHub
berkaysynnada commented on code in PR #16166: URL: https://github.com/apache/datafusion/pull/16166#discussion_r2113297575 ## datafusion/datasource/src/file_format.rs: ## @@ -120,7 +121,26 @@ pub trait FileFormatFactory: Sync + Send + GetExt + fmt::Debug { &self,

Re: [PR] Set Formatted TableOptions Enum [datafusion]

2025-05-28 Thread via GitHub
berkaysynnada commented on code in PR #16166: URL: https://github.com/apache/datafusion/pull/16166#discussion_r2113294832 ## datafusion/datasource/src/file_format.rs: ## @@ -120,7 +121,26 @@ pub trait FileFormatFactory: Sync + Send + GetExt + fmt::Debug { &self,

Re: [PR] Set Formatted TableOptions Enum [datafusion]

2025-05-28 Thread via GitHub
berkaysynnada commented on code in PR #16166: URL: https://github.com/apache/datafusion/pull/16166#discussion_r2113286434 ## datafusion/common/src/config.rs: ## @@ -1612,42 +1623,241 @@ impl TableOptions { }; e.0.set(key, value) } +} -/// Initializes

Re: [PR] Set Formatted TableOptions Enum [datafusion]

2025-05-28 Thread via GitHub
berkaysynnada commented on PR #16166: URL: https://github.com/apache/datafusion/pull/16166#issuecomment-2918419765 > Thank you for this contribution @berkaysynnada and @mertak-synnada > > I am a little confused about the new structure and exactly what problem is being solved with this

Re: [PR] Set Formatted TableOptions Enum [datafusion]

2025-05-28 Thread via GitHub
alamb commented on code in PR #16166: URL: https://github.com/apache/datafusion/pull/16166#discussion_r2112474913 ## datafusion/datasource/src/file_format.rs: ## @@ -120,7 +121,26 @@ pub trait FileFormatFactory: Sync + Send + GetExt + fmt::Debug { &self, state

[PR] Set Formatted TableOptions Enum [datafusion]

2025-05-23 Thread via GitHub
mertak-synnada opened a new pull request, #16166: URL: https://github.com/apache/datafusion/pull/16166 ## Which issue does this PR close? - Closes #. In the current implementation, the TableOptions struct stores information for CSV, JSON, and Parquet file types, and its beh