Skip to content

Commit ec85b11

Browse files
authored
Merge pull request #240 from carlopi/absorb_patch
Apply patch, bump duckdb
2 parents ff0438e + 0c9ee2f commit ec85b11

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/MainDistributionPipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
1818
with:
1919
extension_name: httpfs
20-
duckdb_version: cc7c620e58625f6b5f53f724b6a9645f4ee0be6f
20+
duckdb_version: 75a25b5404700262f965129571a1995fb802242d
2121
ci_tools_version: main
2222

2323
duckdb-stable-deploy:
@@ -27,7 +27,7 @@ jobs:
2727
secrets: inherit
2828
with:
2929
extension_name: httpfs
30-
duckdb_version: cc7c620e58625f6b5f53f724b6a9645f4ee0be6f
30+
duckdb_version: 75a25b5404700262f965129571a1995fb802242d
3131
ci_tools_version: main
3232
deploy_latest: ${{ startsWith(github.ref, 'refs/heads/v') }}
3333
deploy_versioned: ${{ startsWith(github.ref, 'refs/heads/v') || github.ref == 'refs/heads/main' }}
@@ -37,7 +37,7 @@ jobs:
3737
uses: duckdb/extension-ci-tools/.github/workflows/_extension_code_quality.yml@main
3838
with:
3939
extension_name: httpfs
40-
duckdb_version: cc7c620e58625f6b5f53f724b6a9645f4ee0be6f
40+
duckdb_version: 75a25b5404700262f965129571a1995fb802242d
4141
ci_tools_version: main
4242
extra_toolchains: 'python3'
4343
format_checks: 'format'

duckdb

Submodule duckdb updated 222 files

test/sql/json/table/internal_issue_6807.test_slow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ CREATE TABLE T AS FROM 'https://data.gharchive.org/2023-02-08-0.json.gz';
1515
query I
1616
SELECT count(*) FROM duckdb_logs_parsed('HTTP') WHERE request.type = 'GET' GROUP BY request.type;
1717
----
18-
9
18+
8

0 commit comments

Comments
 (0)