paul-rogers commented on PR #13360:
URL: https://github.com/apache/druid/pull/13360#issuecomment-1350032595

   In the next PR, `extern()` will work as @gianm suggested:
   
   ```sql
   INSERT INTO ...
   SELECT ...
   FROM TABLE(extern(
     inputSource => '<input source>',
     inputFormat => '<input format>'))
     (a VARCHAR, b BIGINT, c DOUBLE, ...)
   ```


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to