File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed
Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -26,4 +26,3 @@ cmake_install.cmake
2626dependency-reduced-pom.xml
2727install_manifest.txt
2828target /
29- /.mvn /.develocity /
Original file line number Diff line number Diff line change @@ -1857,7 +1857,7 @@ message DoPutPreparedStatementResult {
18571857 // statement should be considered invalid, and all subsequent requests for this prepared
18581858 // statement must use this new handle.
18591859 // The updated handle allows implementing query parameters with stateless services.
1860- //
1860+ //
18611861 // When an updated handle is not provided by the server, clients should contiue
18621862 // using the previous handle provided by `ActionCreatePreparedStatementResonse`.
18631863 optional bytes prepared_statement_handle = 1 ;
Original file line number Diff line number Diff line change @@ -216,14 +216,14 @@ table Bool {
216216
217217/// Contains two child arrays, run_ends and values.
218218/// The run_ends child array must be a 16/32/64-bit integer array
219- /// which encodes the indices at which the run with the value in
219+ /// which encodes the indices at which the run with the value in
220220/// each corresponding index in the values child array ends.
221221/// Like list/struct types, the value array can be of any type.
222222table RunEndEncoded {
223223}
224224
225225/// Exact decimal value represented as an integer value in two's
226- /// complement. Currently 32-bit (4-byte), 64-bit (8-byte),
226+ /// complement. Currently 32-bit (4-byte), 64-bit (8-byte),
227227/// 128-bit (16-byte) and 256-bit (32-byte) integers are used.
228228/// The representation uses the endianness indicated in the Schema.
229229table Decimal {
Original file line number Diff line number Diff line change 4848# * Functions have the same meaning when applied to the encoded type
4949#
5050# Note: if two types have a different range (e.g. string and large_string) then
51- # they do not satisfy the above criteria and are not encodings.
51+ # they do not satisfy the above criteria and are not encodings.
5252#
5353# These types will never have a Substrait equivalent. In the Substrait point
5454# of view these are execution details.
@@ -167,4 +167,3 @@ types:
167167 parameters :
168168 - name : unit
169169 type : string
170-
You can’t perform that action at this time.
0 commit comments