Skip to content

Commit 932186c

Browse files
committed
comment
1 parent 778b890 commit 932186c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/options.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -587,8 +587,8 @@ function columnar(data, name, type) {
587587
return isArrowTable(data) ? maybeTypedArrayify(data.getChild(name), type) : maybeTypedMap(data, field(name), type);
588588
}
589589

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

0 commit comments

Comments
 (0)