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
In etl/pipeline.go, the commented out code cannot replace the code below for some reason...
//XXX This still doesn't work with the bug fix. See issue #
//if vals[k].Type == p.doneType {
// out.Append(&vals[k])
//}
if typedef, ok := vals[k].Type.(*zed.TypeAlias); ok && typedef.Name == "done" {
out.Append(&vals[k])
}
The text was updated successfully, but these errors were encountered:
In
etl/pipeline.go
, the commented out code cannot replace the code below for some reason...The text was updated successfully, but these errors were encountered: