Re: [PR] feat: python based catalog and schema provider [datafusion-python]

2025-07-02 Thread via GitHub
timsaucer merged PR #1156: URL: https://github.com/apache/datafusion-python/pull/1156 -- 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...

Re: [PR] feat: python based catalog and schema provider [datafusion-python]

2025-06-30 Thread via GitHub
renato2099 commented on PR #1156: URL: https://github.com/apache/datafusion-python/pull/1156#issuecomment-3020970616 Hi @timsaucer , thanks for pushing on this, I think the main difference is that you are extending the `PyCatalog` whereas I am introducing a new `PyCatalogProvider`.

Re: [PR] feat: python based catalog and schema provider [datafusion-python]

2025-06-30 Thread via GitHub
renato2099 commented on PR #1156: URL: https://github.com/apache/datafusion-python/pull/1156#issuecomment-3018187257 Hi @timsaucer , I am sorry I wasn't able to complete this in time, but I had it still on my radar. I pushed my version yesterday after the holidays :) https://github.

Re: [PR] feat: python based catalog and schema provider [datafusion-python]

2025-06-18 Thread via GitHub
timsaucer commented on PR #1156: URL: https://github.com/apache/datafusion-python/pull/1156#issuecomment-2984224547 FYI @renato2099 getting the python based providers ended up being a blocking issue for some of my work so I took a stab at implementing it. Please tell me what you think if y

[PR] feat: python based catalog and schema provider [datafusion-python]

2025-06-18 Thread via GitHub
timsaucer opened a new pull request, #1156: URL: https://github.com/apache/datafusion-python/pull/1156 # Which issue does this PR close? Closes #1091 # Rationale for this change This PR builds on top of https://github.com/apache/datafusion-python/pull/1137 and adds pyt