kiszk commented on a change in pull request #7507:
URL: https://github.com/apache/arrow/pull/7507#discussion_r465269890
##########
File path: cpp/src/arrow/type.h
##########
@@ -1600,6 +1611,12 @@ class ARROW_EXPORT Schema : public
detail::Fingerprintable,
bool Equals(const Schema& other, bool check_metadata = false) const;
bool Equals(const std::shared_ptr<Schema>& other, bool check_metadata =
false) const;
+ /// \brief Set platform-native endianness in the schema
+ void setNativeEndianness();
Review comment:
I see. Done using `WithNativeEndianness()`
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]