amoeba commented on issue #46464: URL: https://github.com/apache/arrow/issues/46464#issuecomment-2892708834
Hi @andrewshandy, I think a PR adding this to the public API would be welcome. From a code search and seeing its presence on https://github.com/apache/arrow/blob/main/csharp/README.md#not-implemented, it looks like comparison isn't (publicly) supported for Table as well as other types. If you do take this on, it might be good to (1) file a tracking issue for the overall feature and use sub-issues/PRs for the pieces and (2) review the semantics of similar operations in [C++](https://arrow.apache.org/docs/cpp/api/table.html#_CPPv4NK5arrow5Table6EqualsERK5Tableb), [Python](https://arrow.apache.org/docs/python/generated/pyarrow.Table.html#pyarrow.Table.equals), etc. and figure out if C# can match or if it needs to deviate for some reason. cc @CurtHagenlocher @adamreeve in case they want to add any context -- 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]
