Commit 1b412df
authored
chore: update to substrait 0.79.0 (#668)
Signed-off-by: Niels Pardon <[email protected]>1 parent 727fb80 commit 1b412df
1 file changed
+1
-1
lines changed- .flake8+3-1
- .gitattributes+2
- .github/CODEOWNERS+1-1
- .github/workflows/licence_check.yml+1-1
- .github/workflows/pr.yml+24-33
- .github/workflows/pr_breaking.yml+1-1
- .github/workflows/pr_title.yml+1-1
- .github/workflows/release.yml+2-2
- .github/workflows/site.yml+1-1
- .github/workflows/stale.yml+24
- CHANGELOG.md+35
- CODE_OF_CONDUCT.md+2-2
- CONTRIBUTING.md+14
- extensions/functions_comparison.yaml+2-1
- extensions/functions_list.yaml+43
- grammar/FuncTestCaseLexer.g4+1
- grammar/FuncTestCaseParser.g4+87-42
- grammar/SubstraitLexer.g4+2
- grammar/SubstraitType.g4+6
- proto/substrait/algebra.proto+65-8
- proto/substrait/extensions/extensions.proto+1-1
- proto/substrait/type.proto+17
- pyproject.toml+6-1
- requirements.txt+2-1
- site/data/committers.yaml+2-2
- site/data/smc.yaml+2
- site/docs/expressions/field_references.md+7
- site/docs/expressions/lambda_expressions.md+137
- site/docs/expressions/scalar_functions.md+3-3
- site/docs/expressions/user_defined_functions.md+2-22
- site/docs/extensions/index.md+26-40
- site/docs/governance.md+15-15
- site/docs/relations/logical_relations.md+20-9
- site/docs/relations/physical_relations.md+6-6
- site/docs/serialization/binary_serialization.md+4-9
- site/docs/types/type_classes.md+30-62
- site/docs/types/type_parsing.md+18
- site/examples/README.md+28
- site/examples/extensions/any1_type_function.yaml+11
- site/examples/extensions/any_type_function.yaml+11
- site/examples/extensions/distance_functions.yaml+13
- site/examples/extensions/double_function.yaml+22
- site/examples/extensions/lambda_function_example.yaml+22
- site/examples/proto-textformat/README.md+11
- site/examples/proto-textformat/field_reference/lambda_param_nested_struct.textproto+32
- site/examples/proto-textformat/lambda/nested_lambda_capture.textproto+22
- site/examples/proto-textformat/lambda/simple_multiply.textproto+49
- site/examples/proto-textformat/lambda_invocation/inline_invocation.textproto+66
- site/examples/types/point_with_datatype_param.yaml+10
- site/examples/types/point_with_enum_param.yaml+10
- site/examples/types/point_with_nstruct.yaml+5
- site/examples/types/point_with_structure.yaml+7
- site/examples/types/point_with_two_params.yaml+9
- site/examples/types/tuple_optional_variadic.yaml+9
- site/examples/types/union_variadic.yaml+8
- site/examples/types/user_defined_point.yaml+18
- site/examples/types/vector_with_constraints.yaml+11
- site/mkdocs.yml+1
- tests/README.md+36-6
- tests/baseline.json+14-14
- tests/cases/comparison/equal.test-1
- tests/cases/comparison/nullif.test+3
- tests/cases/list/filter.test+12
- tests/cases/list/transform.test+11
- tests/coverage/antlr_parser/FuncTestCaseLexer.py+594-575
- tests/coverage/antlr_parser/FuncTestCaseParser.py+2.2k-1.5k
- tests/coverage/antlr_parser/FuncTestCaseParserListener.py+113-32
- tests/coverage/antlr_parser/FuncTestCaseParserVisitor.py+61-16
- tests/coverage/extensions.py+1
- tests/coverage/nodes.py+2-1
- tests/coverage/test_coverage.py+55-2
- tests/coverage/visitor.py+21-16
- tests/test_proto_example_validator.py+65
- tests/type/antlr_parser/SubstraitLexer.py+326-318
- tests/type/antlr_parser/SubstraitTypeLexer.py+326-318
- tests/type/antlr_parser/SubstraitTypeListener.py+27
- tests/type/antlr_parser/SubstraitTypeParser.py+683-474
- tests/type/antlr_parser/SubstraitTypeVisitor.py+15
0 commit comments