Commit 385e602
committed
Adds unwrap on try_push for Vec<String>
If it fails, the resulting Chunks will have wrong size
With unwrap the failure wont be so silent.
Failure without unwrap:
_read_sql(
RuntimeError: Invalid argument error: Chunk require all its arrays to have an equal number of rows1 parent 34a2c7c commit 385e602
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
480 | 480 | | |
481 | 481 | | |
482 | 482 | | |
483 | | - | |
| 483 | + | |
484 | 484 | | |
485 | 485 | | |
486 | 486 | | |
| |||
0 commit comments