diff --git a/Cargo.lock b/Cargo.lock index 54463b23ed823..68bf1b179b2c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -190,7 +190,7 @@ dependencies = [ [[package]] name = "apache-avro" version = "0.16.0" -source = "git+https://github.com/risingwavelabs/avro?rev=b251943586e7fe7dd52319fc84f8be47921434aa#b251943586e7fe7dd52319fc84f8be47921434aa" +source = "git+https://github.com/risingwavelabs/avro?rev=d0846a16ce813a225af04ade35b3b8117b137a29#d0846a16ce813a225af04ade35b3b8117b137a29" dependencies = [ "bzip2", "crc32fast", diff --git a/scripts/source/test_data/avro_bin.1 b/scripts/source/test_data/avro_bin.1 index 8bf7eb866c845..42d0584ab9b8f 100644 Binary files a/scripts/source/test_data/avro_bin.1 and b/scripts/source/test_data/avro_bin.1 differ diff --git a/src/connector/Cargo.toml b/src/connector/Cargo.toml index a930a2f256417..6147fcab2ef6b 100644 --- a/src/connector/Cargo.toml +++ b/src/connector/Cargo.toml @@ -15,7 +15,7 @@ normal = ["workspace-hack"] [dependencies] anyhow = "1" -apache-avro = { git = "https://github.com/risingwavelabs/avro", rev = "b251943586e7fe7dd52319fc84f8be47921434aa", features = [ +apache-avro = { git = "https://github.com/risingwavelabs/avro", rev = "d0846a16ce813a225af04ade35b3b8117b137a29", features = [ "snappy", "zstandard", "bzip", diff --git a/src/connector/src/test_data/simple-schema.avsc b/src/connector/src/test_data/simple-schema.avsc index f4223cf91291f..29936f27a8471 100644 --- a/src/connector/src/test_data/simple-schema.avsc +++ b/src/connector/src/test_data/simple-schema.avsc @@ -34,7 +34,8 @@ { "name": "entrance_date", "type": "int", - "logicalType": "date" + "logicalType": "date", + "default": 0 }, { "name": "birthday",