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

[#3892] feat(catalog-lakehouse-paimon): Support table operations for Paimon Catalog #3939

Open
wants to merge 42 commits into
base: main
Choose a base branch
from

Conversation

caican00
Copy link
Contributor

What changes were proposed in this pull request?

Support table operations for Paimon Catalog.

Why are the changes needed?

Fix: #3892

Does this PR introduce any user-facing change?

No.

How was this patch tested?

New UTs and ITs.

caican and others added 30 commits June 21, 2024 11:05
@caican00
Copy link
Contributor Author

all comments have been addressed. cc @FANNG1
could you help review again? Thanks.

@caican00 caican00 requested a review from FANNG1 June 28, 2024 06:00
@caican00
Copy link
Contributor Author

all comments have been addressed. cc @FANNG1

@caican00 caican00 requested a review from FANNG1 June 28, 2024 11:13
@FANNG1
Copy link
Contributor

FANNG1 commented Jun 28, 2024

ci failed, could you check it?

CatalogPaimonFileSystemIT > testOperationDataOfPaimonTable() FAILED
    java.lang.IllegalStateException: LiveListenerBus is stopped.
        at org.apache.spark.scheduler.LiveListenerBus.addToQueue(LiveListenerBus.scala:98)
        at org.apache.spark.scheduler.LiveListenerBus.addToStatusQueue(LiveListenerBus.scala:81)
        at org.apache.spark.sql.internal.SharedState.<init>(SharedState.scala:115)
        at org.apache.spark.sql.SparkSession.$anonfun$sharedState$1(SparkSession.scala:144)
        at scala.Option.getOrElse(Option.scala:189)
        at org.apache.spark.sql.SparkSession.sharedState$lzycompute(SparkSession.scala:144)
        at org.apache.spark.sql.SparkSession.sharedState(SparkSession.scala:143)
        at org.apache.spark.sql.SparkSession.$anonfun$sessionState$2(SparkSession.scala:163)
        at scala.Option.getOrElse(Option.scala:189)
        at org.apache.spark.sql.SparkSession.sessionState$lzycompute(SparkSession.scala:161)
        at org.apache.spark.sql.SparkSession.sessionState(SparkSession.scala:158)
        at org.apache.spark.sql.SparkSession.$anonfun$sql$2(SparkSession.scala:633)
        at org.apache.spark.sql.catalyst.QueryPlanningTracker.measurePhase(QueryPlanningTracker.scala:111)
        at org.apache.spark.sql.SparkSession.$anonfun$sql$1(SparkSession.scala:632)
        at org.apache.spark.sql.SparkSession.withActive(SparkSession.scala:827)
        at org.apache.spark.sql.SparkSession.sql(SparkSession.scala:630)
        at org.apache.spark.sql.SparkSession.sql(SparkSession.scala:671)
        at com.datastrato.gravitino.catalog.lakehouse.paimon.integration.test.CatalogPaimonBaseIT.testOperationDataOfPaimonTable(CatalogPaimonBaseIT.java:409)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Subtask] Support table operations for Paimon Catalog
2 participants