-
-
Notifications
You must be signed in to change notification settings - Fork 619
MVA and Float Vector UDF support #3865
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
base: master
Are you sure you want to change the base?
Conversation
|
Heres's an example of how the new functionality works: Result: |
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.
it could be better to add ubertest or CLT test there to check that
- master could receive and handle that data at result sets from agents
- master could merge result sets from local indexes
to make sure the new functionality works for distributed cases
ie
the result sets from agents
create table d_agent2 type='distributed' agent='agent0:t1' agent='agent1:t2';
SELECT id, makemva64() as mva64_values FROM d_agent2;
merge of the result sets from local
create table d_loc2 type='distributed' local='t1' local='t2';
SELECT id, makemva64() as mva64_values FROM d_loc2;
Linux debug test results1 135 tests 1 081 ✅ 47m 8s ⏱️ Results for commit 9dc1640. ♻️ This comment has been updated with latest results. |
… Float Vector UDFs
Windows test results 3 files 3 suites 36m 18s ⏱️ For more details on these failures, see this check. Results for commit 2b49ce7. |
No description provided.