Skip to content

Commit

Permalink
dframe: cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
sbinet committed Jan 11, 2019
1 parent 2607fc7 commit 3cd6367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dframe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ defer o.Release()
It is not clear (to me!) yet whether an immutable `Frame` makes much sense in Go and with this ref-counting mechanism coming from Arrow.

But, immutable or not, the ref-counting mechanism exposed by Arrow needs to be addressed.
A possible solution is investigated by introducing a `dframe.Tx` transaction:
A possible solution is investigated by introducing a `dframe.Tx` transaction:

```go
// Exec runs the provided function inside an atomic read/write transaction,
Expand Down

0 comments on commit 3cd6367

Please sign in to comment.