dolt icon indicating copy to clipboard operation
dolt copied to clipboard

Support Parquet as an output format in the `-r` option

Open max-hoffman opened this issue 2 years ago • 1 comments

Two related features that would have been useful fixing a recent bug:

Specifying an --asof flag for exports:

> dolt export table --asof <revspec> mytable mytable.parquet

Supporting --format pq for the sql command:

> dolt sql -r pq -q "select * from mytable as of <root value>"

max-hoffman avatar Jun 01 '22 19:06 max-hoffman

For the first one, you can just checkout the branch. The second one would be nice.

timsehn avatar Aug 31 '22 16:08 timsehn

Parquet output support for dolt sql is included in https://github.com/dolthub/dolt/pull/6068

fulghum avatar May 31 '23 21:05 fulghum

Jason fixed this :-)

timsehn avatar Sep 25 '23 22:09 timsehn