Skip to content

Commit b15d3cd

Browse files
committed
refactor: move extension files
Avoiding conflicts with generated substrait.extension protos
1 parent 9c682d9 commit b15d3cd

21 files changed

Lines changed: 2 additions & 2 deletions

gen_proto.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ submodule_dir=./third_party/substrait
77
src_dir="$submodule_dir"/proto
88
tmp_dir=./buf_work_dir
99
dest_dir=./src
10-
extension_dir=./src/substrait/extensions
10+
extension_dir=./src/substrait/extension_files
1111

1212
# Prefix the protobuf files with a unique configuration to prevent namespace conflicts
1313
# with other substrait packages. Save output to the work dir.
File renamed without changes.

src/substrait/extensions/functions_aggregate_approx.yaml renamed to src/substrait/extension_files/functions_aggregate_approx.yaml

File renamed without changes.

src/substrait/extensions/functions_aggregate_decimal_output.yaml renamed to src/substrait/extension_files/functions_aggregate_decimal_output.yaml

File renamed without changes.

src/substrait/extensions/functions_aggregate_generic.yaml renamed to src/substrait/extension_files/functions_aggregate_generic.yaml

File renamed without changes.
File renamed without changes.

src/substrait/extensions/functions_arithmetic_decimal.yaml renamed to src/substrait/extension_files/functions_arithmetic_decimal.yaml

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)