ratel icon indicating copy to clipboard operation
ratel copied to clipboard

[BUG]: UI crashes for geojson

Open gregkonush opened this issue 3 years ago • 2 comments

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 avatar Dec 03 '22 05:12 gregkonush

This issue has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.

github-actions[bot] avatar Jul 12 '24 01:07 github-actions[bot]

looks like this repo is unmaintained

gregkonush avatar Jul 12 '24 05:07 gregkonush

This issue has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.

github-actions[bot] avatar Sep 11 '24 01:09 github-actions[bot]