Commit 385ce68
fix: Improve empty batch handling in GTest suite
- Create proper empty Arrow arrays instead of null pointers
- All numeric and string field types properly handled
- Addresses segmentation fault in EmptyBatchIgnored test
Note: Core functionality tests (SingleBatchWrite, MultipleBatches)
pass successfully. Empty batch handling still needs debugging.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>1 parent cb2167b commit 385ce68
1 file changed
Lines changed: 19 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
136 | | - | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
137 | 154 | | |
138 | 155 | | |
139 | 156 | | |
| |||
0 commit comments