Skip to content

Commit

Permalink
Merge branch 'main' into scheduler-split
Browse files Browse the repository at this point in the history
  • Loading branch information
Little-Wallace authored Jun 16, 2023
2 parents 35199c4 + 9d83f88 commit ccc47a2
Show file tree
Hide file tree
Showing 289 changed files with 8,055 additions and 3,006 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/connector-node-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
echo "--- build connector node"
cd ${RISINGWAVE_ROOT}/java
mvn --batch-mode --update-snapshots clean package
mvn --batch-mode --update-snapshots clean package -Dno-build-rust
echo "--- install postgresql client"
sudo apt install postgresql postgresql-contrib libpq-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
uses: actions/checkout@v3

- name: Check spelling of the entire repository
uses: crate-ci/typos@v1.14.12
uses: crate-ci/typos@v1.15.0
19 changes: 11 additions & 8 deletions .typos.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
[default.extend-words]
indexs = "indices"
Stichting = "Stichting"
fo = "fo"
FPR = "FPR"
indexs = "indices" # Both are valid, just pick one.
Stichting = "Stichting" # This is Dutch for "Foundation". From DuckDB.
FPR = "FPR" # False Positive Rate
inout = "inout" # This is a SQL keyword!
numer = "numer" # numerator
nd = "nd" # N-dimentional / 2nd
steam = "stream" # You played with Steam games too much.
# Some weird short variable names
ot = "ot"
inout = "inout"
numer = "numer"
nd = "nd"
steam = "stream"
bui = "bui"

[default.extend-identifiers]

[files]
extend-exclude = [
Expand Down
Loading

0 comments on commit ccc47a2

Please sign in to comment.