Zan-L commented on issue #1997:
URL: https://github.com/apache/arrow-adbc/issues/1997#issuecomment-2226163297
I managed to log the row group size info for one of our datasets that failed
with 1.1.0. See below:
```
Row Group 0:
Number of rows: 65536
Total byte size: 3967521 bytes
Row Group 1:
Number of rows: 65536
Total byte size: 3912539 bytes
Row Group 2:
Number of rows: 65536
Total byte size: 4123387 bytes
Row Group 3:
Number of rows: 65536
Total byte size: 4160283 bytes
Row Group 4:
Number of rows: 65536
Total byte size: 4192396 bytes
Row Group 5:
Number of rows: 65536
Total byte size: 4207327 bytes
Row Group 6:
Number of rows: 65536
Total byte size: 4270003 bytes
Row Group 7:
Number of rows: 65536
Total byte size: 4331440 bytes
Row Group 8:
Number of rows: 65536
Total byte size: 4478716 bytes
Row Group 9:
Number of rows: 65536
Total byte size: 4504929 bytes
Row Group 10:
Number of rows: 65536
Total byte size: 4290176 bytes
Row Group 11:
Number of rows: 65536
Total byte size: 4112182 bytes
Row Group 12:
Number of rows: 65536
Total byte size: 4120589 bytes
Row Group 13:
Number of rows: 65536
Total byte size: 3832213 bytes
Row Group 14:
Number of rows: 65536
Total byte size: 4129690 bytes
Row Group 15:
Number of rows: 65536
Total byte size: 4139314 bytes
Row Group 16:
Number of rows: 65536
Total byte size: 4184890 bytes
Row Group 17:
Number of rows: 65536
Total byte size: 4205800 bytes
Row Group 18:
Number of rows: 65536
Total byte size: 4222022 bytes
Row Group 19:
Number of rows: 65536
Total byte size: 4332252 bytes
Row Group 20:
Number of rows: 65536
Total byte size: 4439200 bytes
Row Group 21:
Number of rows: 65536
Total byte size: 4502127 bytes
Row Group 22:
Number of rows: 65536
Total byte size: 4426164 bytes
Row Group 23:
Number of rows: 65536
Total byte size: 4138475 bytes
Row Group 24:
Number of rows: 65536
Total byte size: 4271269 bytes
Row Group 25:
Number of rows: 65536
Total byte size: 4316339 bytes
Row Group 26:
Number of rows: 65536
Total byte size: 4432660 bytes
Row Group 27:
Number of rows: 65536
Total byte size: 4007802 bytes
Row Group 28:
Number of rows: 65536
Total byte size: 4198239 bytes
Row Group 29:
Number of rows: 65536
Total byte size: 3885470 bytes
Row Group 30:
Number of rows: 65536
Total byte size: 4085597 bytes
Row Group 31:
Number of rows: 65536
Total byte size: 4125362 bytes
Row Group 32:
Number of rows: 65536
Total byte size: 4159128 bytes
Row Group 33:
Number of rows: 65536
Total byte size: 4154620 bytes
Row Group 34:
Number of rows: 65536
Total byte size: 4273763 bytes
Row Group 35:
Number of rows: 65536
Total byte size: 4339534 bytes
Row Group 36:
Number of rows: 65536
Total byte size: 4481726 bytes
Row Group 37:
Number of rows: 46145
Total byte size: 3236035 bytes
```
--
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]