apache / paimon

Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
https://paimon.apache.org/
Apache License 2.0
2.27k stars 911 forks source link

[Bug] HiveCatalogITCaseBase.testCreateTableAs is unstable #952

Closed FangYongs closed 1 year ago

FangYongs commented 1 year ago

Search before asking

Paimon version

master

Compute Engine

flink

Minimal reproduce step

Run test case HiveCatalogITCaseBase.testCreateTableAs

https://github.com/apache/incubator-paimon/actions/runs/4739182541/jobs/8413777145?pr=426

Error: Tests run: 13, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 239.87 s <<< FAILURE! - in org.apache.paimon.hive.Hive23CatalogITCase Error: testCreateTableAs Time elapsed: 32.56 s <<< FAILURE! org.opentest4j.AssertionFailedError:

expected: "[+I[1, 2, a, 2023-02-19, 12]]" but was: "[]"

What doesn't meet your expectations?

no

Anything else?

No response

Are you willing to submit a PR?

JingsongLi commented 1 year ago

See https://paimon.apache.org/docs/master/project/contributing/ , we should add fix ... in PR.