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][SanityTest] Query on nested fields trigger "failed to query status" #739

Open
LantaoJin opened this issue Oct 3, 2024 · 2 comments
Labels
0.6 bug Something isn't working Lang:PPL Pipe Processing Language support

Comments

@LantaoJin
Copy link
Member

What is the bug?
Query on nested fields trigger "failed to query status"

The underly Spark job works fine.
Screenshot 2024-10-03 at 12 41 45

Seems a Flint bug
Screenshot 2024-10-02 at 11 27 33

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

  1. Go to Workbench page. For example https://search-flint05-sanity-h5if7yelmxws5hc35cap2lauf4.us-east-1.es-integ.amazonaws.com/_dashboards/app/opensearch-query-workbench#/
  2. Execute a PPL query source = myglue_test.default.nested | fields int_col, struct_col.field1, struct_col2.field1 | head 10

What is the expected behavior?
Return correct results

What is your host/environment?

  • OS: [e.g. iOS]
  • Version [e.g. 22]
  • Plugins

Do you have any screenshots?
If applicable, add screenshots to help explain your problem.

Do you have any additional context?
Add any other context about the problem.

@LantaoJin LantaoJin added bug Something isn't working untriaged labels Oct 3, 2024
@YANG-DB YANG-DB added the Lang:PPL Pipe Processing Language support label Oct 3, 2024
@LantaoJin
Copy link
Member Author

LantaoJin commented Oct 3, 2024

So does query on date format fields

source = myglue_test.default.http_logs
| eval c1 = data_add(@timestamp, 1) 
| eval c2 = data_sub(@timestamp, 1)
| fields c1, c2 | head 10

I think it could be the same bug with nested fields problem. Flint failed to format the date format type similar to nested field

@YANG-DB YANG-DB added the 0.6 label Oct 9, 2024
@dblock dblock removed the untriaged label Oct 21, 2024
@dblock
Copy link
Member

dblock commented Oct 21, 2024

[Catch All Triage - 1, 2]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.6 bug Something isn't working Lang:PPL Pipe Processing Language support
Projects
None yet
Development

No branches or pull requests

3 participants