Closed philrz closed 16 hours ago
Verified in super commit 7c930f2.
The query now runs successfully without panic.
$ super -version
Version: v1.18.0-169-g7c930f2a
$ super dev vector query 'where event_type=="temperature" | cut dt := strftime("%Y-%m-%d", log_time)' bench3.csup
{dt:"2017-09-07"}
...
{dt:"2019-09-19"}
Thanks @mattnibs!
Repro is with super commit 411514f.
This is a simplification of the bench3/q5 query.
Test data is
s3://brim-sampledata/mgbench/bench3.csup
.