Re: [PR] expose write options [datafusion-python]

2025-02-05 Thread via GitHub
kylebarron commented on code in PR #1006: URL: https://github.com/apache/datafusion-python/pull/1006#discussion_r1943493631 ## src/options.rs: ## @@ -0,0 +1,74 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the

Re: [PR] expose write options [datafusion-python]

2025-01-30 Thread via GitHub
matko commented on code in PR #1006: URL: https://github.com/apache/datafusion-python/pull/1006#discussion_r1935305016 ## src/options.rs: ## @@ -0,0 +1,74 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTI

Re: [PR] expose write options [datafusion-python]

2025-01-30 Thread via GitHub
matko commented on code in PR #1006: URL: https://github.com/apache/datafusion-python/pull/1006#discussion_r1935305016 ## src/options.rs: ## @@ -0,0 +1,74 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTI

Re: [PR] expose write options [datafusion-python]

2025-01-29 Thread via GitHub
kylebarron commented on code in PR #1006: URL: https://github.com/apache/datafusion-python/pull/1006#discussion_r1934368047 ## src/options.rs: ## @@ -0,0 +1,74 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the

[PR] expose write options [datafusion-python]

2025-01-28 Thread via GitHub
matko opened a new pull request, #1006: URL: https://github.com/apache/datafusion-python/pull/1006 # Which issue does this PR close? Closes #1005 . This is still a draft. Todo list: - [x] `DataFrameWriteOptions` - [ ] CsvOptions - [ ] JsonOptions - [ ] TableParquetOption