jhorstmann commented on a change in pull request #714:
URL: https://github.com/apache/arrow-rs/pull/714#discussion_r697841832
##########
File path: arrow/src/alloc/types.rs
##########
@@ -36,7 +36,7 @@ pub unsafe trait NativeType:
}
macro_rules! create_native {
- ($native_ty:ty,$($impl_pattern:pat)|+) => {
+ ($native_ty:ty,$($impl_pattern:pat_param)|+) => {
Review comment:
> arrow does not promise a specific back-compatible yet
I now also remember that discussion and agree with it. So from my
perspective it is not necessary to revert this change.
We should probably write down this policy in the README if it is not already
there yet.
--
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]