Re: [PR] refactor: collect dataframe as stream in `__repr__` [datafusion-python]

2025-06-13 Thread via GitHub
timsaucer commented on PR #1015: URL: https://github.com/apache/datafusion-python/pull/1015#issuecomment-2970821413 Original problem was resolved by https://github.com/apache/datafusion-python/pull/1036 which I believe used part of this work. Thank you very much for the contribution! --

Re: [PR] refactor: collect dataframe as stream in `__repr__` [datafusion-python]

2025-06-13 Thread via GitHub
timsaucer closed pull request #1015: refactor: collect dataframe as stream in `__repr__` URL: https://github.com/apache/datafusion-python/pull/1015 -- 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] refactor: collect dataframe as stream in `__repr__` [datafusion-python]

2025-02-23 Thread via GitHub
konjac commented on PR #1015: URL: https://github.com/apache/datafusion-python/pull/1015#issuecomment-2676912860 > This looks good. It took me a while to parse through the logic of the `get_batches`. I think it's worth adding some documentation within the file to explain why we are doing t

Re: [PR] refactor: collect dataframe as stream in `__repr__` [datafusion-python]

2025-02-18 Thread via GitHub
konjac commented on code in PR #1015: URL: https://github.com/apache/datafusion-python/pull/1015#discussion_r1959666298 ## src/dataframe.rs: ## @@ -90,8 +91,16 @@ impl PyDataFrame { } fn __repr__(&self, py: Python) -> PyDataFusionResult { -let df = self.df.a

Re: [PR] refactor: collect dataframe as stream in `__repr__` [datafusion-python]

2025-02-18 Thread via GitHub
konjac commented on code in PR #1015: URL: https://github.com/apache/datafusion-python/pull/1015#discussion_r1959678559 ## src/dataframe.rs: ## @@ -90,8 +91,16 @@ impl PyDataFrame { } fn __repr__(&self, py: Python) -> PyDataFusionResult { -let df = self.df.a

Re: [PR] refactor: collect dataframe as stream in `__repr__` [datafusion-python]

2025-02-18 Thread via GitHub
konjac commented on code in PR #1015: URL: https://github.com/apache/datafusion-python/pull/1015#discussion_r1959666298 ## src/dataframe.rs: ## @@ -90,8 +91,16 @@ impl PyDataFrame { } fn __repr__(&self, py: Python) -> PyDataFusionResult { -let df = self.df.a

Re: [PR] refactor: collect dataframe as stream in `__repr__` [datafusion-python]

2025-02-15 Thread via GitHub
timsaucer commented on code in PR #1015: URL: https://github.com/apache/datafusion-python/pull/1015#discussion_r1957173874 ## src/dataframe.rs: ## @@ -90,8 +91,16 @@ impl PyDataFrame { } fn __repr__(&self, py: Python) -> PyDataFusionResult { -let df = self.d

Re: [PR] refactor: collect dataframe as stream in `__repr__` [datafusion-python]

2025-02-07 Thread via GitHub
konjac commented on PR #1015: URL: https://github.com/apache/datafusion-python/pull/1015#issuecomment-2644492439 Hi @timsaucer , could you help to trigger CI and also review the proposed change? Thank you! -- This is an automated message from the Apache Git Service. To respond to the mes