Skip to content

Error parsing parquet file #1248

@shashigharti

Description

@shashigharti

Overview

While describing data from local parquet file works and same file when accessed from github shows error.

frictionless https://raw.githubusercontent.com/fdtester/test-repo-with-parquet-data-file/main/table.parq --json --type package
[source-error] The data source has not supported or has inconsistent contents: 'ParquetFile' object has no attribute 'row_groups'
frictionless describe data/table.parq --json --type package
age
{
  "resources": [
    {
      "name": "table",
      "type": "table",
      "path": "data/table.parq",
      "scheme": "file",
      "format": "parq",
      "mediatype": "appliction/parquet",
      "schema": {
        "fields": [
          {
            "name": "id",
            "type": "integer"
          },
          {
            "name": "name",
            "type": "string"
          }
        ]
      }
    }
  ]
}

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

Status
Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions