Multiple headers rows are output when using -O with wildcard-specified table names · Issue #212 · harelba/q · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running q -H -O "select ... from blah*, the original header would be printed to the output multiple times, since q is not skipping these additional headers.
Fixing now in the master branch before issuing a new release.