Skip to content

Does format_as_time property work?Β #123

@ismailmayat

Description

@ismailmayat

Looking at the quick start quickstream we have

{"name": "time", "type": { "type": "string", "format_as_time" : "dd/MMM/yyyy:HH:mm:ss Z", "arg.properties": { "iteration": { "start": 1, "step": 10} } }}, {"name": "_time", "type": { "type": "long", "format_as_time" : "unix_long", "arg.properties": { "iteration": { "start": 1, "step": 10} } }}

When you run this quickstart then I would expect for time property a date set with the format specified. However, this is not the case, when you run the quick start you get incrementing string integer. Looking at the code I do not see any reference to 'format_as_time' so does this property even do anything? I am trying to create a schema with a string representation of a date.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions