comphead commented on code in PR #401:
URL: https://github.com/apache/datafusion-comet/pull/401#discussion_r1595619638
##########
core/benches/cast_from_string.rs:
##########
@@ -73,6 +61,23 @@ fn criterion_benchmark(c: &mut Criterion) {
});
}
+fn create_utf8_batch() -> RecordBatch {
Review Comment:
```suggestion
// Create UTF8 batch with strings representing ints, floats, nulls
fn create_utf8_batch() -> RecordBatch {
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]