pitrou commented on code in PR #48203:
URL: https://github.com/apache/arrow/pull/48203#discussion_r2556428043
##########
cpp/src/parquet/encoder.cc:
##########
@@ -237,6 +259,32 @@ void DirectPutImpl(const ::arrow::Array& values,
::arrow::BufferBuilder* sink) {
}
}
}
+#else
Review Comment:
`ToLittleEndian` works on all systems, please let's not duplicate codepaths
for no good reason.
--
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]