-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/make dfschema wrap schemaref #8905
Feat/make dfschema wrap schemaref #8905
Conversation
@alamb FYI adding for visibility. Still plenty of work to do but publishing in case theres any feedback along the way. |
I have come across several methods which have been deprecated for a while now (i.e. |
As a status update this week has been slow as I've been on site for company hackathon. I expect to pick up again this weekend or early next week. |
@alamb would you be able to give this a quick overview to make sure its going in the right direction? |
Yes I will try to do so today or tomorrow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alamb would you be able to give this a quick overview to make sure its going in the right direction?
I think it is is @matthewmturner -- thank you 🙏
Is there anything thing I can do to help (e.g. help port an API or debug tests?)
/// Inner Arrow schema reference. | ||
inner: SchemaRef, | ||
/// Optional qualifiers for each column in this schema. In the same order as | ||
/// the `self.inner.fields()` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@alamb great, thanks for checking it out. all good for now. i just got datafusion common to build after all these changes and now cleaning up a few failing tests. |
@alamb sorry this is taking a while, i havent had a significant amount of time to crank this out so im basically working on it bit by bit every morning i get the chance. hopefully this isnt slowing anything down on your side. |
Thank you for keep plugging away. This is not blocking anything on my end (cc @comphead who maybe is more actively working on the planning speed) I think I would classify this PR as important but not urgent (much like splitting up functions into crates -- e.g. #9113). Thank you for continuing to push |
Hi @matthewmturner I've noticed that this PR has been open for quite a while and it seems like you've already done a lot of work on it. I'm really interested in this improve and would like to contribute if possible. If you're busy with other commitments or if you could use some help to finish this up, I'd be more than happy to assist. Of course, I want to respect your work, so please let me know how you would feel about this. Thanks for all the effort you've already put into this PR! |
@haohuaijin its very timely that you reached out on this I was actually about to post an update here that while I had planned to continue working on this when I had time I was going to be prioritizing some other work before this so I was open to others helping to push this forward during that time. So I would be more than happy to have you assist getting this over the finish line :) |
@matthewmturner, thank you very much for your reply and openness to my participation in this PR. I'm excited for the opportunity to help move this project forward. |
I dont want to hold you up if I am unable to merge your PR into mine for whatever reason so I think creating a new PR is probably the better approach here. I look forward to seeing your work on this :) |
@matthewmturner, thank you very much for your advice and support. I will follow your suggestion and create a new PR based on your PR. I'll start working on it as soon as possible and let you know when it's complete. Thanks again for your help and support. |
@matthewmturner and @alamb, I've created a new PR (#9595) based on the original one. I welcome your review and feedback at any time. I will continue to work on #9595. If you have any questions or suggestions, please feel free to share them. I appreciate your guidance and support. |
Which issue does this PR close?
Closes #4680
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?