Skip to content

Commit 1da3cb1

Browse files
author
Noam Preil
committed
default to refcounting on
1 parent 75a3cf6 commit 1da3cb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arrow/memory/refcount.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//go:build refcounting
1+
//go:build !norc
22

33
package memory
44

arrow/memory/refcount_disabled.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//go:build !refcounting
1+
//go:build norc
22

33
package memory
44

0 commit comments

Comments
 (0)