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
I was updating the benchmarks for @duckdb-wasm, and somehow in our benchmark infrastructure arquero support has somehow broken, either while bumping arrow or arquero itself.
Error: Unrecognized type: "undefined"
at typeFromJSON (/node_modules/apache-arrow/srcipc/metadata/json.ts:205:11)
at Function.fieldFromJSON (/node_modules/apache-arrow/srcipc/metadata/json.ts:109:16)
at <anonymous> (/node_modules/apache-arrow/srcipc/metadata/json.ts:59:76)
at Array.map (<anonymous>)
at schemaFieldsFromJSON (/node_modules/apache-arrow/srcipc/metadata/json.ts:59:54)
at Function.schemaFromJSON (/node_modules/apache-arrow/srcipc/metadata/json.ts:34:9)
at Message._createHeader (/node_modules/apache-arrow/srcipc/metadata/message.ts:216:54)
at Message.header (/node_modules/apache-arrow/srcipc/metadata/message.ts:131:35)
at RecordBatchJSONReaderImpl.next (/node_modules/apache-arrow/srcipc/reader.ts:430:36)
at RecordBatchStreamReader.readAll (/node_modules/apache-arrow/srcipc/reader.ts:209:35)
Hi!
I was updating the benchmarks for @duckdb-wasm, and somehow in our benchmark infrastructure arquero support has somehow broken, either while bumping arrow or arquero itself.
Failure seems to happening in an line like:
(here: https://github.com/duckdb/duckdb-wasm/blob/master/packages/benchmarks/src/system/arquero_benchmarks.ts#L46)
with stack trace like:
and seems similar to this error to be found here: https://observablehq.com/@jheer/arquero-to-arrow-serialization
Writing to signal this, not particular urgent on our side, but would be nice to have it working properly.
Thanks, let me know if any more informations could be useful.
The text was updated successfully, but these errors were encountered: