alamb commented on issue #4460: URL: https://github.com/apache/arrow-datafusion/issues/4460#issuecomment-1335847461
@xudong963 I think a fun project might be to figure out how to support a minimal implementation of INSERT to insert data. Maybe by implementing something entirely in the sqllogictest harness using ArrayBuilders 🤔 It doesn't have to handle errors well initially or be performant. I wonder if something crazy like forming a single row record batch from the input, and then `concat` that batch with any existing batches would be good enough 🤔 -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org