Skip to content

UI returns empty page when querying nested column #144

@20001020ycx

Description

@20001020ycx

When user makes query

SELECT event.CacheHits
FROM clp.DEFAULT.cockroachdb_ir
WHERE  ts <= 1679711330571000000
LIMIT  100;

at the Presto UI,
the result returns an empty page as shown in the below picture.

Here is the table-schema.yaml

event:
  ApplicationName: 3
  CacheCount: 0
  CacheHits: 0

Your Environment

  • Presto version used:
  • Storage (HDFS/S3/GCS..):
  • Data source and connector used:
  • Deployment (Cloud or On-prem):
  • Pastebin link to the complete debug logs:

Expected Behavior

Current Behavior

Image

Possible Solution

Steps to Reproduce

Screenshots (if appropriate)

Context

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions