Skip to content

doneType ptr compare failing #31

@mccanne

Description

@mccanne

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])
		}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions