vmware-archive / quickstep

Quickstep Project
Apache License 2.0
27 stars 13 forks source link

Add print_query flag for printing input queries #213

Closed jianqiao closed 8 years ago

jianqiao commented 8 years ago

This PR adds a gflag print_query for printing each input query before printing the query's result. This is useful when we run a large number of queries in a batch. That is, we can know easily which query that each result is corresponding to.

pateljm commented 8 years ago

Nice feature. Thanks @jianqiao!