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
As part of #501, we bring back Dynamic VE tests, however, some of them are failing (so ignored for now).
This Issue is to track the work to fix these failing test cases.
VectorEngine / testOnly *Dynamic* -- -z "Support pairwise addition with shorts"
VectorEngine / testOnly *Dynamic* -- -z "Support filtering"
VectorEngine / testOnly *Dynamic* -- -z "Boolean query does not crash"
VectorEngine / testOnly *Dynamic* -- -z "Timestamps are supported"
The text was updated successfully, but these errors were encountered:
- Brought back `DynamicVeSqlExpressionEvaluationSpec` to reproduce the Parquest error case. Found several other test failures, documented them in #505.
- Created `ColumnarBatchToVeColBatch` & updated `SparkToVectorEnginePlan` to use it. The default mode uses `InternalRow`s as the transformation mechanism, whereas col-to-col implementation is to be implemented separately, as an optimization.
- For the col-to-col implementation we add a unit test case to validate it, as part of the optimization implementation.
As part of #501, we bring back Dynamic VE tests, however, some of them are failing (so ignored for now).
This Issue is to track the work to fix these failing test cases.
The text was updated successfully, but these errors were encountered: