We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What is the bug? Query on nested fields trigger "failed to query status"
The underly Spark job works fine.
Seems a Flint bug
How can one reproduce the bug? Steps to reproduce the behavior:
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?
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
[Catch All Triage - 1, 2]
No branches or pull requests
What is the bug?
Query on nested fields trigger "failed to query status"
The underly Spark job works fine.
Seems a Flint bug
How can one reproduce the bug?
Steps to reproduce the behavior:
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?
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.
The text was updated successfully, but these errors were encountered: