MannySchneck commented on PR #14554:
URL: https://github.com/apache/arrow/pull/14554#issuecomment-1298946553
This "fix" breaks duckdb, which is my use case, and as such is not really a
"fix".
```
Uncaught (in promise) Error: Cannot create Schema containing two different
dictionaries with the same Id
at collectDictionaries (recordbatch.ts:329:23)
at get dictionaries [as dictionaries] (recordbatch.ts:99:60)
at RecordBatchStreamWriter._writeDictionaries (writer.ts:285:44)
at RecordBatchStreamWriter._writeRecordBatch (writer.ts:254:14)
at RecordBatchStreamWriter.write (writer.ts:183:22)
at writeAll (writer.ts:441:16)
at RecordBatchStreamWriter.writeAll (writer.ts:312:16)
at Module.tableToIPC (serialization.ts:63:10)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]