trxcllnt commented on a change in pull request #10371:
URL: https://github.com/apache/arrow/pull/10371#discussion_r637039533
##########
File path: js/src/util/recordbatch.ts
##########
@@ -96,26 +70,26 @@ function uniformlyDistributeChunksAcrossRecordBatches<T
extends { [key: string]:
}
/** @ignore */
-function distributeChildData<T extends { [key: string]: DataType } =
any>(fields: Field<T[keyof T]>[], batchLength: number, childData: Data<T[keyof
T]>[], columns: Data<T[keyof T]>[][], memo: { numBatches: number }) {
+function distributechildren<T extends { [key: string]: DataType } =
any>(fields: Field<T[keyof T]>[], batchLength: number, children: Data<T[keyof
T]>[], columns: Data<T[keyof T]>[][], memo: { numBatches: number }) {
Review comment:
artifact from bad find-replace
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]