-
Notifications
You must be signed in to change notification settings - Fork 174
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
[FEATURE] daft-connect #3038
[FEATURE] daft-connect #3038
Conversation
andrewgazelka
commented
Oct 14, 2024
•
edited
Loading
edited
- resolve todos
- use workspace deps
- remove panics / better error messages
This PR is being prevented from merging because you need at least one of the required labels:
The canonical and easiest way of adding them is to add the following prefixes to your PR title:
Thanks for helping us categorize and manage our PRs! |
039483d
to
f535bb4
Compare
CodSpeed Performance ReportMerging #3038 will not alter performanceComparing Summary
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3038 +/- ##
==========================================
- Coverage 78.45% 76.82% -1.64%
==========================================
Files 610 618 +8
Lines 71993 74089 +2096
==========================================
+ Hits 56484 56920 +436
- Misses 15509 17169 +1660
|
@andrewgazelka just a suggestion, but since the conversion logic from spark to daft is soo similar to what we've done in daft-sql with the conversion between sql and daft, I think it'd make a lot of sense to structure the code similarly. It'd reduce a lot of cognitive overhead for developers if they follow the same general patterns and code structure. |
We should add a README to the |
OK, I will look over your code and if I have over a certain number of questions, I’m thinking it could be good to pair program to figure out what makes the most sense but I’m all for making things easier for contributors |