Closed H-Plus-Time closed 1 month ago
It looks like both the record_batch and record_batches methods on Table are gated behind the 'recordBatch' feature (as opposed to 'record_batch') - that's a typo, right?
record_batch
record_batches
Table
I also had to prepend crate:: to the 4 references to RecordBatch, similar to the schema method.
crate::
Yeah, that's a typo. Are you able to make a quick pr fix?
Yup, easy
Closed by #93
It looks like both the
record_batch
andrecord_batches
methods onTable
are gated behind the 'recordBatch' feature (as opposed to 'record_batch') - that's a typo, right?