-
Notifications
You must be signed in to change notification settings - Fork 322
feat: select into offline data #1030
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
Conversation
java/openmldb-batch/src/main/scala/com/_4paradigm/openmldb/batch/nodes/SelectIntoPlan.scala
Outdated
Show resolved
Hide resolved
java/openmldb-batch/src/test/scala/com/_4paradigm/openmldb/batch/TestSelectIntoPlan.scala
Outdated
Show resolved
Hide resolved
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.
LGTM
Codecov Report
@@ Coverage Diff @@
## main #1030 +/- ##
============================================
- Coverage 42.38% 42.35% -0.03%
Complexity 220 220
============================================
Files 562 563 +1
Lines 106313 106377 +64
Branches 964 976 +12
============================================
Hits 45057 45057
- Misses 61111 61175 +64
Partials 145 145
Continue to review full report at Codecov.
|
Closes #731
If set offline mode,
select into
will callExportOfflineData
rpc of taskmanager, get offline data, and then write to file.