We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 494b795 commit 11c79d0Copy full SHA for 11c79d0
compiler/ztests/par-count.yaml
@@ -1,9 +1,7 @@
1
# Test ensures that flowgraphs utilizing the count operator
2
# are not parallelized.
3
script: |
4
- export SUPER_VAM=1
5
- super -f csup -o a.csup -c 'values {x:1}'
6
- super compile -C -P 2 'from a.csup | count {row_number,...this} | aggregate sum(x)'
+ SUPER_VAM=1 super compile -C -P 2 'from /dev/null | count {row_number,...this} | aggregate sum(x)'
7
8
outputs:
9
- name: stdout
0 commit comments