aboutsummaryrefslogtreecommitdiff
path: root/databases/py-snowflake-connector-python/files/patch-src_snowflake_connector_nanoarrow__cpp_ArrowIterator_nanoarrow__ipc.h
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-snowflake-connector-python/files/patch-src_snowflake_connector_nanoarrow__cpp_ArrowIterator_nanoarrow__ipc.h')
-rw-r--r--databases/py-snowflake-connector-python/files/patch-src_snowflake_connector_nanoarrow__cpp_ArrowIterator_nanoarrow__ipc.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/databases/py-snowflake-connector-python/files/patch-src_snowflake_connector_nanoarrow__cpp_ArrowIterator_nanoarrow__ipc.h b/databases/py-snowflake-connector-python/files/patch-src_snowflake_connector_nanoarrow__cpp_ArrowIterator_nanoarrow__ipc.h
index cf93c5d9c978..3a6e10bb4d04 100644
--- a/databases/py-snowflake-connector-python/files/patch-src_snowflake_connector_nanoarrow__cpp_ArrowIterator_nanoarrow__ipc.h
+++ b/databases/py-snowflake-connector-python/files/patch-src_snowflake_connector_nanoarrow__cpp_ArrowIterator_nanoarrow__ipc.h
@@ -1,11 +1,11 @@
---- src/snowflake/connector/nanoarrow_cpp/ArrowIterator/nanoarrow_ipc.h.orig 2023-11-30 19:16:47 UTC
+--- src/snowflake/connector/nanoarrow_cpp/ArrowIterator/nanoarrow_ipc.h.orig 2024-04-04 23:04:09 UTC
+++ src/snowflake/connector/nanoarrow_cpp/ArrowIterator/nanoarrow_ipc.h
-@@ -193,7 +193,7 @@ void ArrowIpcDecoderReset(struct ArrowIpcDecoder* deco
- /// The first 8 bytes of an Arrow IPC message are 0xFFFFFF followed by the size
- /// of the header as a little-endian 32-bit integer. ArrowIpcDecoderPeekHeader() reads
- /// these bytes and returns ESPIPE if there are not enough remaining bytes in data to read
--/// the entire header message, EINVAL if the first 8 bytes are not valid, ENODATA if the
-+/// the entire header message, EINVAL if the first 8 bytes are not valid, ENOATTR if the
- /// Arrow end-of-stream indicator has been reached, or NANOARROW_OK otherwise.
+@@ -198,7 +198,7 @@ void ArrowIpcDecoderReset(struct ArrowIpcDecoder* deco
+ /// of the header as a little-endian 32-bit integer. ArrowIpcDecoderPeekHeader()
+ /// reads these bytes and returns ESPIPE if there are not enough remaining bytes
+ /// in data to read the entire header message, EINVAL if the first 8 bytes are
+-/// not valid, ENODATA if the Arrow end-of-stream indicator has been reached, or
++/// not valid, ENOATTR if the Arrow end-of-stream indicator has been reached, or
+ /// NANOARROW_OK otherwise.
ArrowErrorCode ArrowIpcDecoderPeekHeader(struct ArrowIpcDecoder* decoder,
struct ArrowBufferView data,