fallintoplace opened a new pull request, #874: URL: https://github.com/apache/arrow-go/pull/874
### What changed ChunkedApproxEqual now initializes its result to true before iterating chunk pairs, matching ChunkedEqual. ### Why For two empty same-typed chunked arrays, chunkedBinaryApply does not invoke the comparison callback. The previous zero-value false result made ChunkedApproxEqual return false for equal empty inputs. ### Validation - go test ./arrow/array -run TestChunkedApproxEqualEmpty -count=1 - go test ./arrow/array -count=1 - go test ./arrow/flight/flightsql -run TestStatefulServerSessionCookies -count=1 - PARQUET_TEST_DATA=/Users/hoangvu/Code/OSS/arrow-go/parquet-testing/data ARROW_TEST_DATA=/Users/hoangvu/Code/OSS/arrow-go/arrow-testing/data go test ./... -count=1 -- 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]
