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] Create MV should expose error message properly #264

Closed
Tracked by #281
penghuo opened this issue Mar 1, 2024 · 0 comments
Closed
Tracked by #281

[BUG] Create MV should expose error message properly #264

penghuo opened this issue Mar 1, 2024 · 0 comments
Assignees
Labels
0.4 bug Something isn't working

Comments

@penghuo
Copy link
Collaborator

penghuo commented Mar 1, 2024

What is the bug?

  • create mv
CREATE MATERIALIZED VIEW glue.default.http_logs_10gb_01_mv_02 AS 
SELECT window.start AS `start_time`, COUNT(*) AS count 
FROM glue.default.http_logs_10gb_01
WHERE status != 200 
GROUP BY TUMBLE(`@timestamp`, "1 minutes")
WITH ( 
    auto_refresh = true,
    checkpoint_location = "s3://flint-data-dp-us-west-2-beta/checkpoint/http_logs_10gb_01_mv_02", 
    watermark_delay = "5 Minutes"
)
  • error message
Fail to run query, cause: Failed to refresh Flint index

How can one reproduce the bug?
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

What is the expected behavior?
expose error message properly, for instance

Path does not exist: s3://flint-data-dp-us-west-2-beta/data/streaming/json_10gb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.4 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants