Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
comment
Browse files Browse the repository at this point in the history
Fil committed Jun 26, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 778b890 commit 932186c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/options.js
Original file line number Diff line number Diff line change
@@ -587,8 +587,8 @@ function columnar(data, name, type) {
return isArrowTable(data) ? maybeTypedArrayify(data.getChild(name), type) : maybeTypedMap(data, field(name), type);
}

// Arrayify” but for Arrow tables. We try to avoid materializing the values,
// but the Proxy might be used by the group reducer to construct groupData.
// Arrayify arrow tables. We try to avoid materializing the values, but the
// Proxy might be used by the group reducer to construct groupData.
function arrowTableProxy(data) {
return new Proxy(data, {
get(target, prop) {

0 comments on commit 932186c

Please sign in to comment.