Uh oh!
There was an error while loading. Please reload this page.
Feat/make dfschema wrap schemaref - #8905
Conversation
matthewmturner
commented
Jan 18, 2024
@alamb FYI adding for visibility. Still plenty of work to do but publishing in case theres any feedback along the way. |
matthewmturner
commented
Jan 19, 2024
I have come across several methods which have been deprecated for a while now (i.e. |
matthewmturner
commented
Jan 25, 2024
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. |
matthewmturner
commented
Jan 29, 2024
@alamb would you be able to give this a quick overview to make sure its going in the right direction? |
alamb
commented
Jan 29, 2024
Yes I will try to do so today or tomorrow |
alamb
left a comment
There was a problem hiding this comment.
@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()` |
matthewmturner
commented
Jan 30, 2024
@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. |
matthewmturner
commented
Feb 9, 2024
@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. |
alamb
commented
Feb 9, 2024
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 |
haohuaijin
commented
Mar 10, 2024
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! |
matthewmturner
commented
Mar 11, 2024
@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 :) |
haohuaijin
commented
Mar 12, 2024
@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. |
matthewmturner
commented
Mar 12, 2024
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 :) |
haohuaijin
commented
Mar 12, 2024
@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. |
haohuaijin
commented
Mar 13, 2024
@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?