Skip to content

Commit

Permalink
fix q03 in benchmark (#2180)
Browse files Browse the repository at this point in the history
* skip q03 in benchmark

* Revert "skip q03 in benchmark"

This reverts commit 8e0d41a.

* change || operator to concat function

---------

Co-authored-by: Russell Liu <russell.liu@uwaterloo.ca>
  • Loading branch information
russell-liu and Russell Liu committed Oct 12, 2023
1 parent 10233ad commit a1e454e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-NAME q03
-COMPARE_RESULT 1
-QUERY MATCH (comment:Comment) RETURN MIN(comment.browserUsed || 'hh')
-QUERY MATCH (comment:Comment) RETURN MIN(concat(comment.browserUsed, 'hh'))
---- 1
Chromehh

0 comments on commit a1e454e

Please sign in to comment.