Skip to content

feat: NOT BETWEEN WASM filter exports + scanFilterIndices WASM path #111

feat: NOT BETWEEN WASM filter exports + scanFilterIndices WASM path

feat: NOT BETWEEN WASM filter exports + scanFilterIndices WASM path #111

Triggered via push March 7, 2026 20:55
Status Failure
Total duration 51s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors
test
Process completed with exit code 1.
src/sql/integration.test.ts > SQL Integration - buildSqlDataFrame > handles NOT IN via wrapper: src/sql/integration.test.ts#L143
AssertionError: expected 5 to be 3 // Object.is equality - Expected + Received - 3 + 5 ❯ src/sql/integration.test.ts:143:29
src/sql/integration.test.ts > SQL Integration - buildSqlDataFrame > handles LIKE via wrapper: src/sql/integration.test.ts#L135
AssertionError: expected 5 to be 2 // Object.is equality - Expected + Received - 2 + 5 ❯ src/sql/integration.test.ts:135:29
src/sql/integration.test.ts > SQL Integration - buildSqlDataFrame > handles OR conditions via wrapper: src/sql/integration.test.ts#L128
AssertionError: expected [ 'Alice', 'Bob', 'Charlie', …(2) ] to deeply equal [ 'Alice', 'Bob', 'Charlie', 'Eve' ] - Expected + Received [ "Alice", "Bob", "Charlie", + "Diana", "Eve", ] ❯ src/sql/integration.test.ts:128:19