-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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: add Spark Sql DB engine spec and support Spark 3.x #20462
Conversation
Codecov Report
@@ Coverage Diff @@
## master #20462 +/- ##
==========================================
- Coverage 66.75% 66.62% -0.14%
==========================================
Files 1740 1741 +1
Lines 65172 65175 +3
Branches 6900 6900
==========================================
- Hits 43505 43421 -84
- Misses 19918 20005 +87
Partials 1749 1749
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
Thanks for the contribution. LGTM.
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.
Thank you!
* add apache spark3 * add Spark DB engine spec * rebase secret key * modify License error * rebase databricks * modify code style * black code style Co-authored-by: kai.he01 <kai.he01@idiaoyan.com>
Hi, are there any movements in direction of spark 3.x without pyhive? Seems like it stops last year |
SUMMARY
Move spark engine spec in
hive.py
to a new file:spark.py
and support Spark 3.x DateFormat;BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
connect and query see screenshots;
ADDITIONAL INFORMATION