File tree
6 files changed
+11
-11
lines changed- .github/workflows
- src
6 files changed
+11
-11
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
30 |
| - | |
| 29 | + | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
41 |
| - | |
| 40 | + | |
| 41 | + | |
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
25 |
| - | |
| 24 | + | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
900 | 900 |
| |
901 | 901 |
| |
902 | 902 |
| |
903 |
| - | |
| 903 | + | |
904 | 904 |
| |
905 | 905 |
| |
906 | 906 |
| |
907 |
| - | |
| 907 | + | |
908 | 908 |
| |
909 | 909 |
| |
910 | 910 |
| |
|
- .flake8+5-1
- .github/actions/dev-tool-python/action.yml-24
- .github/workflows/pr.yml+10-10
- .github/workflows/pr_breaking.yml+1-1
- .github/workflows/release.yml+1-1
- .github/workflows/site.yml+5-19
- .pre-commit-config.yaml+4-4
- .python-version+1
- CHANGELOG.md+37
- extensions/functions_datetime.yaml+10-2
- grammar/FuncTestCaseParser.g4+20-20
- grammar/Makefile+10-3
- grammar/README.md+23
- grammar/prepend_license.sh+5
- proto/substrait/algebra.proto+19-1
- proto/substrait/plan.proto+15
- proto/substrait/type.proto+2-2
- pyproject.toml+14
- requirements.txt+5
- site/.gitignore+1
- site/docs/about.md+1-3
- site/docs/community/powered_by.md+3-3
- site/docs/expressions/_config+1
- site/docs/expressions/dynamic_parameters.md+12
- site/docs/index.md+2-4
- site/docs/relations/basics.md+9-1
- site/docs/relations/logical_relations.md+2-2
- site/docs/relations/physical_relations.md+3-3
- site/docs/serialization/binary_serialization.md+3-3
- site/docs/spec/specification.md+19-19
- site/docs/tutorial/sql_to_substrait.md+30-30
- site/docs/types/type_classes.md+2-2
- site/mkdocs.yml+2-2
- tests/baseline.json+16
- tests/baseline.py+137
- tests/cases/arithmetic_decimal/bitwise_or.test+1-1
- tests/cases/comparison/is_false.test+1
- tests/cases/comparison/is_not_false.test+1
- tests/cases/comparison/is_not_true.test+1
- tests/cases/comparison/is_true.test+1
- tests/coverage/antlr_parser/FuncTestCaseLexer.py+507-10.7k
- tests/coverage/antlr_parser/FuncTestCaseParser.py+2.4k-7.0k
- tests/coverage/antlr_parser/FuncTestCaseParserListener.py+257-221
- tests/coverage/antlr_parser/FuncTestCaseParserVisitor.py+172-112
- tests/coverage/extensions.py+1-1
- tests/coverage/test_coverage.py+2-1
- tests/coverage/visitor.py+5-2
- tests/test_extensions.py+16-15
- tests/type/antlr_parser/SubstraitLexer.py+369
- tests/type/antlr_parser/SubstraitTypeLexer.py+369
- tests/type/antlr_parser/SubstraitTypeListener.py+409
- tests/type/antlr_parser/SubstraitTypeParser.py+2.6k
- tests/type/antlr_parser/SubstraitTypeVisitor.py+234
0 commit comments