Skip to content

Commit 5836b62

Browse files
committed
pre-commit
1 parent 76ecac2 commit 5836b62

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,3 @@ cmake_install.cmake
2626
dependency-reduced-pom.xml
2727
install_manifest.txt
2828
target/
29-
/.mvn/.develocity/

arrow-format/FlightSql.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

arrow-format/Schema.fbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
222222
table 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.
229229
table Decimal {

arrow-format/substrait/extension_types.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
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-

0 commit comments

Comments
 (0)