@@ -1051,8 +1051,8 @@ static constexpr ExtensionEntry EXTENSION_SECRET_TYPES[] = {
1051
1051
1052
1052
// Note: these are currently hardcoded in scripts/generate_extensions_function.py
1053
1053
// TODO: automate by passing though to script via duckdb
1054
- static constexpr ExtensionEntry EXTENSION_COPY_FUNCTIONS[] = {{ " parquet " , " parquet " },
1055
- {" json" , " json" }}; // END_OF_EXTENSION_COPY_FUNCTIONS
1054
+ static constexpr ExtensionEntry EXTENSION_COPY_FUNCTIONS[] = {
1055
+ { " parquet " , " parquet " }, {" json" , " json" }, { " avro " , " avro " }}; // END_OF_EXTENSION_COPY_FUNCTIONS
1056
1056
1057
1057
// Note: these are currently hardcoded in scripts/generate_extensions_function.py
1058
1058
// TODO: automate by passing though to script via duckdb
@@ -1095,8 +1095,8 @@ static constexpr ExtensionEntry EXTENSION_FILE_PREFIXES[] = {
1095
1095
// Note: these are currently hardcoded in scripts/generate_extensions_function.py
1096
1096
// TODO: automate by passing though to script via duckdb
1097
1097
static constexpr ExtensionEntry EXTENSION_FILE_POSTFIXES[] = {
1098
- {" .parquet" , " parquet" }, {" .json" , " json" }, {" .jsonl" , " json" }, {" .ndjson" , " json" },
1099
- {" .shp " , " spatial" }, {" .gpkg " , " spatial" }, {" .fgb " , " spatial " }, {" .xlsx " , " excel " },
1098
+ {" .parquet" , " parquet" }, {" .json" , " json" }, {" .jsonl" , " json" }, {" .ndjson" , " json" }, { " .shp " , " spatial " },
1099
+ {" .gpkg " , " spatial" }, {" .fgb " , " spatial" }, {" .xlsx " , " excel " }, {" .avro " , " avro " },
1100
1100
}; // END_OF_EXTENSION_FILE_POSTFIXES
1101
1101
1102
1102
// Note: these are currently hardcoded in scripts/generate_extensions_function.py
0 commit comments