AliRana30 commented on PR #49105:
URL: https://github.com/apache/arrow/pull/49105#issuecomment-3846843376
@rok The CI clang-format check is requesting different indentation
alignment. Should I apply the auto-fix?
CI wants 7-space alignment instead of 4-space:
return axis_order() == other.axis_order() &&
std::ranges::equal(indices(), other.indices(), eq) &&
std::ranges::equal(indptr(), other.indptr(), eq);
--
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]