mapleFU commented on PR #36814: URL: https://github.com/apache/arrow/pull/36814#issuecomment-1648923857
Yes, you're right. Here maybe it's better to check: 1. If the `Columnorder` and `min_value` `max_value` exists, just return it 2. If the sort-order is SIGNED, return `min` `max` is ok 3. If the sort-order is not SIGNED, we cannot gurantee anything Current implemention may regard hasing `min` `max` as they pretent to use `SIGNED`, as I mentioned here https://github.com/apache/arrow/pull/36814#issuecomment-1646500521 . Maybe I can try to fix it this week -- 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]
