Skip to content

tfr-read: transparently support stats files (currently just schema files) #139

@brianmartin

Description

@brianmartin

From @daikeshi #127 (comment):

[tfr-read] assumes that there'll be _schema.pb or _inferred_schema.pb file stored with the dataset, but I think we are now moving to use stats file or schema txt, we should probably change tfr-read to reflect that.

tfr-read should output json data:

  • using schema txt file if it's provided
  • using stats file if there's a stats file with the data, but no explicit schema txt file argument
  • using the default ExampleDecoder if no schema file and stats file are provided

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