-
Notifications
You must be signed in to change notification settings - Fork 35
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
Compatible with spark3 and spark2 #41
Conversation
ec62aa2
to
858d134
Compare
Codecov Report
@@ Coverage Diff @@
## master #41 +/- ##
=============================================
+ Coverage 36.57% 50.19% +13.61%
- Complexity 48 74 +26
=============================================
Files 24 16 -8
Lines 2127 1291 -836
Branches 386 246 -140
=============================================
- Hits 778 648 -130
+ Misses 1200 525 -675
+ Partials 149 118 -31
Continue to review full report at Codecov.
|
Exchange support Spark2.2 with Scala 2.11, Spark 2.4 with Scala 2.11 and Scala 2.12, Spark 3.0 with Scala 2.12. We have tested these three versions of Exchange, there are the support situation of the data sources:
|
@@ -0,0 +1,383 @@ | |||
/* Copyright (c) 2020 vesoft inc. All rights reserved. |
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.
2021?
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.
file exists since 2020
@@ -0,0 +1,257 @@ | |||
/* Copyright (c) 2020 vesoft inc. All rights reserved. |
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.
ditto
compatible with spark2 and scala 2.11
compatible with spark3 and scala 2.12