-
Notifications
You must be signed in to change notification settings - Fork 333
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
test: add Integrated Test for Coprocessor& fix minor bugs #1122
Conversation
ac2e8b2
to
f16779e
Compare
Codecov Report
@@ Coverage Diff @@
## develop #1122 +/- ##
===========================================
+ Coverage 85.02% 85.16% +0.13%
===========================================
Files 474 474
Lines 69073 69847 +774
===========================================
+ Hits 58732 59485 +753
- Misses 10341 10362 +21 |
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
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.
I've skimmed on this and it looks good to me
I merged this PR. Please create another PR to refactor all |
…am#1122) * feat: cache `Runtime` * fix: coprstream schema not set * test: integrated tests for Coprocessor * fix: UDF fixed * style: remove unused import * chore: remove more unused import * feat: `filter`, (r)floordiv for Vector * chore: CR advices * feat: auto convert to `lit` * chore: fix typo * feat: from&to `pyarrow.array` * feat: allow `pyarrow.array` as args to builtins * chore: cargo fmt * test: CI add `pyarrow` * test: install Python&PyArrow in CI * test: not cache depend for now * chore: CR advices * test: fix name * style: rename
I hereby agree to the terms of the GreptimeDB CLA
What's changed and what's your intention?
Added Integrated Test for Coprocessor, fix some minor bugs.
CoprStream
's schema not set to it's output types' problemRuntime
used inblock_on_async
lit
function for DataFrame API for both backendrfloordiv
&floordiv
&filter
for pyo3 backend&testedto_pyarrow
andfrom_to_pyarrow
for vector to convert topyarrow.array
Checklist