Open
Description
Describe the enhancement requested
Motivation
I am working on integration tests where I am testing that a service returns an arrow table that equals to an expected arrow table.
Feature
Expose a method that compares 2 Tables
Considerations
I see that there's an ArrowReaderVerifier
class that does have some similar functionality here to compare record batches -
arrow/csharp/test/Apache.Arrow.Tests/ArrowReaderVerifier.cs
Lines 52 to 65 in 1521148
But as far as I understand Apache.Arrow.Tests
namespace is not publicly available. Is that correct? Is it possible to expose some of the methods from it to be public?
Component(s)
C#