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...
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`.
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.
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
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