Commit 3040443
committed
feat: upgrade substrait to 0.23.0
1 parent 5d09c44 commit 3040443
File tree
4 files changed
+21
-20
lines changed- include/substrait/common
- substrait
- function/tests
- type/tests
- third_party
4 files changed
+21
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | | - | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | | - | |
| 102 | + | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | | - | |
| 108 | + | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | | - | |
| 114 | + | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
121 | | - | |
| 120 | + | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | | - | |
| 126 | + | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
133 | | - | |
| 132 | + | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
133 | 134 | | |
134 | 135 | | |
135 | 136 | | |
| |||
- .commitlintrc.json-126
- .github/dependabot.yml+11
- .github/pull_request_template.md+3-5
- .github/workflows/licence_check.yml+1-1
- .github/workflows/pr.yml+15-42
- .github/workflows/pr_breaking.yml+32
- .github/workflows/pr_title.yml+57
- .github/workflows/release.yml+3-3
- .github/workflows/site.yml+3-3
- CHANGELOG.md+67
- ci/commit_messages.sh-17
- extensions/functions_aggregate_approx.yaml+1-1
- extensions/functions_aggregate_generic.yaml+6-7
- extensions/functions_arithmetic.yaml+463-380
- extensions/functions_arithmetic_decimal.yaml+27-27
- extensions/functions_boolean.yaml+2-2
- extensions/functions_datetime.yaml+12-12
- extensions/functions_logarithmic.yaml+70-91
- extensions/functions_set.yaml+3-2
- extensions/functions_string.yaml+291-243
- extensions/type_variations.yaml+2
- proto/substrait/algebra.proto+136-17
- proto/substrait/extended_expression.proto+51
- proto/substrait/plan.proto+3-3
- site/data/committers.yaml+24
- site/data/smc.yaml+6
- site/docs/_config+2-1
- site/docs/community/index.md
- site/docs/community/powered_by.md+65
- site/docs/expressions/extended_expression.md+19
- site/docs/expressions/scalar_functions.md+15-8
- site/docs/expressions/specialized_record_expressions.md+2-1
- site/docs/extensions/generate_function_docs.py+23-20
- site/docs/extensions/index.md+3-4
- site/docs/governance.md+122
- site/docs/relations/logical_relations.md+24-8
- site/docs/relations/physical_relations.md+15-14
- site/docs/tutorial/expression_trees.svg+92
- site/docs/tutorial/field_indices_layout.svg+204
- site/docs/tutorial/final_plan.json+366
- site/docs/tutorial/plan_tree_versus_expression.svg+105
- site/docs/tutorial/sql_to_substrait.md+968
- site/docs/tutorial/substrait_components.svg+133
- site/mkdocs.yml+1
- site/requirements.txt+7-6
- text/simple_extensions_schema.yaml+20-2
0 commit comments