File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515# limitations under the License.
1616
1717GO_BUILD =go build
18- RM =rm
18+ RM =rm -f
1919ifeq ($(shell go env GOOS) ,linux)
2020 SUFFIX=so
2121else ifeq ($(shell go env GOOS),windows)
Original file line number Diff line number Diff line change @@ -59,10 +59,10 @@ import (
5959 " unsafe"
6060
6161 " github.com/apache/arrow-adbc/go/adbc"
62- " github.com/apache/arrow/ go/v18/arrow/array"
63- " github.com/apache/arrow/ go/v18/arrow/cdata"
64- " github.com/apache/arrow/ go/v18/arrow/memory"
65- " github.com/apache/arrow/ go/v18/arrow/memory/mallocator"
62+ " github.com/apache/arrow- go/v18/arrow/array"
63+ " github.com/apache/arrow- go/v18/arrow/cdata"
64+ " github.com/apache/arrow- go/v18/arrow/memory"
65+ " github.com/apache/arrow- go/v18/arrow/memory/mallocator"
6666)
6767
6868// Must use malloc() to respect CGO rules
You can’t perform that action at this time.
0 commit comments