You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug, including details regarding any error messages, version, and platform.
There's a couple of pre-commit failures currently on main:
diff --git a/.gitignore b/.gitignore
index 3ac6ed5f..707f506e 100644
--- a/.gitignore+++ b/.gitignore@@ -13,6 +13,7 @@
.settings/
/*-build/
/.mvn/.develocity/
+/.mvn/.develocity/
/build/
/dev/release/apache-rat-0.16.1.jar
/dev/release/filtered_rat.txt
@@ -26,4 +27,3 @@ cmake_install.cmake
dependency-reduced-pom.xml
install_manifest.txt
target/
-/.mvn/.develocity/diff --git a/arrow-format/FlightSql.proto b/arrow-format/FlightSql.proto
index ef1ae751..3568d851 100644
--- a/arrow-format/FlightSql.proto+++ b/arrow-format/FlightSql.proto@@ -1857,7 +1857,7 @@ message DoPutPreparedStatementResult {
// statement should be considered invalid, and all subsequent requests for this prepared
// statement must use this new handle.
// The updated handle allows implementing query parameters with stateless services.
- // + //
// When an updated handle is not provided by the server, clients should contiue
// using the previous handle provided by `ActionCreatePreparedStatementResonse`.
optional bytes prepared_statement_handle = 1;
diff --git a/arrow-format/Schema.fbs b/arrow-format/Schema.fbs
index e8e14b11..7ba9aaf7 100644
--- a/arrow-format/Schema.fbs+++ b/arrow-format/Schema.fbs@@ -216,14 +216,14 @@ table Bool {
/// Contains two child arrays, run_ends and values.
/// The run_ends child array must be a 16/32/64-bit integer array
-/// which encodes the indices at which the run with the value in +/// which encodes the indices at which the run with the value in
/// each corresponding index in the values child array ends.
/// Like list/struct types, the value array can be of any type.
table RunEndEncoded {
}
/// Exact decimal value represented as an integer value in two's
-/// complement. Currently 32-bit (4-byte), 64-bit (8-byte), +/// complement. Currently 32-bit (4-byte), 64-bit (8-byte),
/// 128-bit (16-byte) and 256-bit (32-byte) integers are used.
/// The representation uses the endianness indicated in the Schema.
table Decimal {
diff --git a/arrow-format/substrait/extension_types.yaml b/arrow-format/substrait/extension_types.yaml
index 0073da1a..4c0ef8ee 100644
--- a/arrow-format/substrait/extension_types.yaml+++ b/arrow-format/substrait/extension_types.yaml@@ -48,7 +48,7 @@
# * Functions have the same meaning when applied to the encoded type
#
# Note: if two types have a different range (e.g. string and large_string) then
-# they do not satisfy the above criteria and are not encodings. +# they do not satisfy the above criteria and are not encodings.
#
# These types will never have a Substrait equivalent. In the Substrait point
# of view these are execution details.
@@ -167,4 +167,3 @@ types:
parameters:
- name: unit
type: string
-
Error: Process completed with exit code 1.
The text was updated successfully, but these errors were encountered:
Describe the bug, including details regarding any error messages, version, and platform.
There's a couple of pre-commit failures currently on main:
The text was updated successfully, but these errors were encountered: