Vishwanatha-HD commented on code in PR #48219:
URL: https://github.com/apache/arrow/pull/48219#discussion_r2564911547
##########
cpp/src/parquet/geospatial/util_internal.cc:
##########
@@ -162,7 +162,7 @@ void
WKBGeometryBounder::MergeGeometry(::arrow::util::span<const uint8_t> bytes_
void WKBGeometryBounder::MergeGeometryInternal(WKBBuffer* src, bool
record_wkb_type) {
uint8_t endian = src->ReadUInt8();
-#if defined(ARROW_LITTLE_ENDIAN)
+#if ARROW_LITTLE_ENDIAN
Review Comment:
Thanks @pitrou
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]