By the way, is it possible to append data to parquet data source? I'm looking for possibility to update (append to) existing data new rows so every query execution will have new data rows.
Surely it's possible with plain JSON, but I want more efficient binary format which will give quicker reads (and executions of queries). On Wed, Dec 7, 2016 at 4:08 PM, Alexander Reshetov <[email protected]> wrote: > Hello, > > I want to load batches of unstructured data in Drill. Mostly JSON data. > > Is there any batch API or other options to do so? > > > Thanks.
