You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 7, 2025. It is now read-only.
Test failed with `test panicked: Column index 2 out of bounds 2 + 0`
The 0 schema len was due to this part of the plan:
```
└── LogicalProjection
├── exprs:Cast
│ ├── cast_to: Decimal128(38, 15)
│ ├── child:Mul
│ │ ├── Cast { cast_to: Float64, child: #0 }
│ │ └── 0.0001(float)
```
Turns out, `BinOp` was being considered to have an empty schema length.
Let me know if this fix does not take into account some case.
---------
Signed-off-by: Alex Chi <[email protected]>
Co-authored-by: Alex Chi <[email protected]>
0 commit comments