Skip to content

Commit f0ced89

Browse files
authored
Merge branch 'main' into subexpression
2 parents c9f6fb2 + 65d6f58 commit f0ced89

File tree

93 files changed

+3073
-855
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+3073
-855
lines changed

.github/actions/test_stateless_cluster_linux/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
- name: Start UDF Server
1414
shell: bash
1515
run: |
16-
pip install databend-udf>=0.2.6
16+
pip install databend-udf>=0.2.7
1717
python3 tests/udf/udf_server.py &
1818
sleep 2
1919

.github/actions/test_stateless_cluster_macos/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
- name: Start UDF Server
1414
shell: bash
1515
run: |
16-
pip install databend-udf>=0.2.6
16+
pip install databend-udf>=0.2.7
1717
python3 tests/udf/udf_server.py &
1818
sleep 2
1919

.github/actions/test_stateless_standalone_linux/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
- name: Start UDF Server
1414
shell: bash
1515
run: |
16-
pip install databend-udf>=0.2.6
16+
pip install databend-udf>=0.2.7
1717
python3 tests/udf/udf_server.py &
1818
sleep 2
1919

.github/actions/test_stateless_standalone_macos/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
- name: Start UDF Server
1414
shell: bash
1515
run: |
16-
pip install databend-udf>=0.2.6
16+
pip install databend-udf>=0.2.7
1717
python3 tests/udf/udf_server.py &
1818
sleep 2
1919

.github/workflows/reuse.sqllogic.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ jobs:
9292
- uses: actions/checkout@v4
9393
- name: Start UDF Server
9494
run: |
95-
pip install databend-udf>=0.2.6
95+
docker run -d --name minio -p 9000:9000 -p 9001:9001 -e MINIO_ROOT_USER=minioadmin -e MINIO_ROOT_PASSWORD=minioadmin quay.io/minio/minio server /data --console-address ":9001"
96+
pip install databend-udf>=0.2.7
9697
python3 tests/udf/udf_server.py &
9798
sleep 2
9899
- uses: ./.github/actions/test_sqllogic_standalone_linux

.typos.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ aranges = "aranges"
1616

1717
[default.extend-identifiers]
1818

19+
## External
20+
WRONLY = "WRONLY"
21+
1922
# Wrong cases
2023
Tke = "Tke"
2124
ba = "ba"

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)