Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: UI crashes for geojson #296

Open
gregkonush opened this issue Dec 3, 2022 · 0 comments
Open

[BUG]: UI crashes for geojson #296

gregkonush opened this issue Dec 3, 2022 · 0 comments
Labels
kind/bug Something is broken.

Comments

@gregkonush
Copy link

What version of Ratel are you using?

Built at 2021-05-28T22:00:10.859Z
Commit: 9debcc4
Commit Info: 9debcc4 Fri May 28 14:57:46 2021 -0700 (HEAD -> master, origin/master)

What you did.

Query with location alias

What happened.

White screen, UI crashed

What you expect to happen.

No response

Can we reproduce the issue?

  • Save any data with geojson
  • Query data in ratel with alias location
  • Observe that console has errors

Additional information

image

data example response

{
  "data": {
    "node": [
      {
        "GeoHash.name": "Los Angeles",
        "location": {
          "type": "Point",
          "coordinates": [
            "-118.31140711469516",
            "34.09438283767392"
          ]
        }
      }
    ]
  },
  "extensions": {
    "server_latency": {
      "parsing_ns": 381208,
      "processing_ns": 5694875,
      "encoding_ns": 394375,
      "assign_timestamp_ns": 2861542,
      "total_ns": 9733917
    },
    "txn": {
      "start_ts": 10408
    },
    "metrics": {
      "num_uids": {
        "GeoHash.location": 1,
        "GeoHash.name": 1,
        "_total": 2
      }
    }
  }
}
@gregkonush gregkonush added the kind/bug Something is broken. label Dec 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something is broken.
Projects
None yet
Development

No branches or pull requests

1 participant