Skip to content
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

fix(interactive): Fix bugs When Counting on Multiple Columns #3442

Merged
merged 14 commits into from
Dec 21, 2023

Conversation

shirly121
Copy link
Collaborator

What do these changes do?

as titled.

Related issue number

Fixes #3410

com.alibaba.graphscope.cypher.antlr4.Utils.eval(
"Match (a) Return count(distinct a.name, a.age)")
.build();
System.out.println(node.getRowType());
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

尽量assert而不是print。

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done in 5bf01aa

@codecov-commenter
Copy link

codecov-commenter commented Dec 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (74ab2d8) 40.90% compared to head (23228f2) 40.90%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #3442   +/-   ##
=======================================
  Coverage   40.90%   40.90%           
=======================================
  Files         109      109           
  Lines       11343    11343           
=======================================
  Hits         4640     4640           
  Misses       6703     6703           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 74ab2d8...23228f2. Read the comment docs.

Copy link
Collaborator

@zhanglei1949 zhanglei1949 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@longbinlai longbinlai merged commit 0435bb8 into alibaba:main Dec 21, 2023
48 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(interactive): Support count multiple distinct column.
4 participants