Skip to content

Commit

Permalink
add EdgeDetails and fix a deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
waruto210 committed Sep 21, 2022
1 parent f2b6691 commit 5033fed
Show file tree
Hide file tree
Showing 5 changed files with 677 additions and 391 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
cmake .. && make -j && sudo make install && \
rm -fr /tmp/cppkafka
- name: Build GraphScope Store With column filter push down
- name: Build GraphScope Store With Column Filter Push Down
run: |
source ${HOME}/.bashrc
export SCCACHE_DIR=~/.cache/sccache
Expand All @@ -85,11 +85,11 @@ jobs:
sccache --show-stats
- name: Gremlin Test
- name: Gremlin Tests with Column Filter Push Down
run: |
cd interactive_engine/groot-server
mvn test -P gremlin-test
- name: Build GraphScope Store
run: |
Expand Down
Loading

0 comments on commit 5033fed

Please sign in to comment.