Scott Chamberlain
Scott Chamberlain
Not sure what status is with jq 1.5 - is it easy enough to upgrade to that @jeroenooms ? I remember something about it being problematic Seems like `stream_in` always...
@noamross is your JSON simple enough where you could do something like ```r x 1 1 2 #> 2 3 4 #> 3 5 6 #> 4 7 8 #>...
yeah
thanks @cboettig we are on jq 1.5 now ```r jqr::jq_version() #> [1] "1.5rc2-174-g597c1f6" ``` so can start to play with its streaming ability and see if that helps.
@jeroen any thoughts on this? not sure how to add option to have a file or URL connection - right now jqr is set up to only allow character input...
thanks for the bump @dlebauer still hoping to get this sorted out soon, seems like a pretty big use case
@noamross @dlebauer @cboettig can you reinstall from master and give it a shot
thanks for the issue - related issue #77 I did find this https://centos.pkgs.org/8/centos-appstream-aarch64/jq-1.5-12.el8.aarch64.rpm.html and for a few other architectures on centos 8 - do any of those work?
don't know of any for jq-devel for centos8
there's `stream` and `seq` params in `jq_flags` but apparently they don't work