Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
fc1cc17
update submodules and builds
Tmonster Mar 10, 2026
d0573f3
Merge pull request #76 from Tmonster/update_submodules
Tmonster Mar 11, 2026
a613c7b
things are working now for decimal, time, and uuid types
Tmonster Feb 24, 2026
2b93bcf
add test files and such
Tmonster Feb 24, 2026
a8668bb
handle map types in arrays
Tmonster Feb 24, 2026
c706849
check nested types with the avro_type
Tmonster Feb 24, 2026
1aab304
update vcpkg.json
Tmonster Mar 2, 2026
13f1e45
update vcpkg-duckdb-ports again
Tmonster Mar 2, 2026
530dbb5
add support for timestamp ns
Tmonster Mar 10, 2026
e6ef277
point vcpkg json to correct place
Tmonster Mar 10, 2026
cb4d0f6
use v1.5-variegata for all this information
Tmonster Mar 11, 2026
a0facde
Merge remote-tracking branch 'upstream/v1.5-variegata' into add_tempo…
Tmonster Mar 11, 2026
c0f47b5
update vcpkg json too
Tmonster Mar 11, 2026
de75c6a
fix test
Tmonster Mar 12, 2026
85cdd98
unify json structure writing logic
Tmonster Mar 12, 2026
ae09c33
Merge pull request #77 from Tmonster/add_temporal_uuid_and_decimal_su…
Tishj Mar 12, 2026
d02b5e4
potentially override the json schema of the avro file
Tmonster Mar 13, 2026
b418dc7
remove patching the avro schema
Tmonster Mar 13, 2026
2c6cc07
thijs patch
Tmonster Mar 13, 2026
6cf06ec
fix avro schema generation again
Tmonster Mar 13, 2026
a632006
apply patch
Tmonster Mar 16, 2026
fce9284
add field ids to map types
Tmonster Mar 16, 2026
1687a5d
use record name correctly, otherwise older versions of spark complain
Tmonster Mar 16, 2026
3973e66
fix failing test case
Tmonster Mar 16, 2026
fa61c8e
Merge pull request #78 from Tmonster/fix_json_schema_generation
Tmonster Mar 17, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@ jobs:

duckdb-stable-build:
name: Build extension binaries
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@v1.5-variegata
with:
extension_name: avro
duckdb_version: 121033baeeb05f14cc3d82db53d504d10f1a1632
ci_tools_version: main
duckdb_version: v1.5.0
ci_tools_version: v1.5-variegata
exclude_archs: 'windows_amd64_rtools;windows_amd64_mingw;linux_amd64_gcc4'

duckdb-stable-deploy:
name: Deploy extension binaries
needs: duckdb-stable-build
uses: duckdb/extension-ci-tools/.github/workflows/_extension_deploy.yml@main
uses: duckdb/extension-ci-tools/.github/workflows/_extension_deploy.yml@v1.5-variegata
secrets: inherit
with:
extension_name: avro
duckdb_version: 121033baeeb05f14cc3d82db53d504d10f1a1632
ci_tools_version: main
duckdb_version: v1.5.0
ci_tools_version: v1.5-variegata
exclude_archs: 'windows_amd64_rtools;windows_amd64_mingw;linux_amd64_gcc4'
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
2 changes: 1 addition & 1 deletion duckdb
Submodule duckdb updated 387 files
1 change: 1 addition & 0 deletions extension_config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ duckdb_extension_load(avro

# Any extra extensions that should be built
# e.g.: duckdb_extension_load(json)
duckdb_extension_load(icu)
Loading
Loading