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

Flaky test TestHiveCoercionOnUnpartitionedTable.testHiveCoercionParquet: incorrect results #21975

Open
findepi opened this issue May 14, 2024 · 2 comments
Labels
bug Something isn't working correctness

Comments

@findepi
Copy link
Member

findepi commented May 14, 2024

https://github.com/trinodb/trino/actions/runs/9083731887/job/24963406573?pr=21973

tests               | 2024-05-14 23:59:31 INFO: FAILURE     /    io.trino.tests.product.hive.TestHiveCoercionOnUnpartitionedTable.testHiveCoercionParquet (Groups: jdbc) took 7.1 seconds
tests               | 2024-05-14 23:59:31 SEVERE: Failure cause:
tests               | java.lang.AssertionError: Could not find rows:
tests               | [null]
tests               | 
tests               | actual rows:
tests               | [12345.12345]
tests               | [NaN]
@findepi
Copy link
Member Author

findepi commented May 15, 2024

cc @Praveen2112 @krvikash

@krvikash
Copy link
Contributor

@findepi, I tried locally but not able to repro the issue.

As per the stacktrace, The failure is happening when running query on Hive engine.

at io.trino.tests.product.hive.BaseTestHiveCoercion.doTestHiveCoercion(BaseTestHiveCoercion.java:209)
assertQueryResults(Engine.HIVE, hiveSelectQuery, expectedHiveResults, hiveReadColumns, 2, tableName);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working correctness
Development

No branches or pull requests

2 participants