alamb commented on issue #7749: URL: https://github.com/apache/arrow-datafusion/issues/7749#issuecomment-1750482546
Thanks @Tangruilin > I have looked this, it seems that [make_staggered_batches](https://github.com/apache/arrow-datafusion/blob/0d82620bb45db35ce30ec170cb68e953fbc94366/datafusion/core/tests/fuzz_cases/aggregate_fuzz.rs#L172) can only get i64 cols, but the tests seems request cols with (integers, strings, floats). Maybe I need to wirte a fn make_staggered_batches myself? Sorry, I think I meant use `stagger_batches`: https://github.com/apache/arrow-datafusion/blob/85046001da91d535f7ea417911cd51944f9820f4/test-utils/src/lib.rs#L72-L76 -- 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]
