iceberg-go icon indicating copy to clipboard operation
iceberg-go copied to clipboard

Flaky test: TestScanner/TestIsInFilterTable

Open lliangyu-lin opened this issue 5 months ago • 0 comments

Apache Iceberg version

main (development)

Please describe the bug 🐞

=== RUN   TestScanner/TestIsInFilterTable
    checked_allocator.go:186: LEAK of 64 bytes FROM
        	github.com/apache/arrow-go/v18/arrow/array.(*bufferBuilder).resize+ab
        		/home/runner/go/pkg/mod/github.com/apache/arrow-go/[email protected]/arrow/array/bufferbuilder.go:92
    checked_allocator.go:186: LEAK of 64 bytes FROM
        	github.com/apache/arrow-go/v18/arrow/array.(*bufferBuilder).resize+ab
        		/home/runner/go/pkg/mod/github.com/apache/arrow-go/[email protected]/arrow/array/bufferbuilder.go:92
    checked_allocator.go:186: LEAK of 64 bytes FROM
        	github.com/apache/arrow-go/v18/arrow/array.(*builder).resize+53
        		/home/runner/go/pkg/mod/github.com/apache/arrow-go/[email protected]/arrow/array/builder.go:[16](https://github.com/apache/iceberg-go/actions/runs/16128267318/job/45510256057#step:7:17)6
    scanner_test.go:507: invalid memory size exp=0, got=192

Ex:

  • https://github.com/apache/iceberg-go/actions/runs/16252160630/job/45883303697
  • https://github.com/apache/iceberg-go/actions/runs/16128267318/job/45510256057

lliangyu-lin avatar Jul 17 '25 22:07 lliangyu-lin