lidavidm commented on PR #3333: URL: https://github.com/apache/arrow-adbc/pull/3333#issuecomment-3231958262
Looks like we can ingest into JSON, but we can't ingest into JSONB without another extension type (because we have to generate a slightly different representation in this case). So I'll leave that as a TODO. You can INSERT into a JSONB column, though, because Postgres knows what type you're trying to insert and can cast. (A workaround if you need to ingest into a JSONB column might be to ingest into a JSON temporary table and then do another INSERT.) -- 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]
