xtdb / xtdb

An immutable database for application development and time-travel data compliance, with SQL and XTQL. Developed by @juxt

Home Page:https://xtdb.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unknown type 'EXTENSIONTYPE' in nested data structure

jarohen opened this issue · comments

(from @nivekuil)

(xt/submit-tx node
  [[:put-docs :table
    {:data {:type :foo}
     :xt/id "doc-1"}
    {:type :bar,
     :xt/id "doc-2"}]])

results in Execution error (UnsupportedOperationException) at org.apache.arrow.vector.complex.impl.NullableStructWriter/<init> (NullableStructWriter.java:264). Unknown type: EXTENSIONTYPE

Seems related to apache/arrow#40773