File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Sliding Window Aggregators
2- This repo contains reference implementations of many different sliding window
3- aggregation algorithms.
2+ This repo contains reference implementations of sliding window aggregation
3+ algorithms.
44
55All of these algorithms require operators that are associative. We classify the
66algorithms in two groups: those that require data to arrive in-order, and those
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ IMAGE="swag-builder-cpp"
55CWD=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " > /dev/null 2>&1 && pwd ) "
66
77# only proceed if this directory is in the latest commit
8- if [ $( ${CWD} /can-skip.sh . ) ] ; then
8+ if $( cpp /can-skip.sh cpp ) ; then
99 echo " Skipping build and test for C++ code."
1010 exit 0
1111fi
You can’t perform that action at this time.
0 commit comments