Skip to content

Commit

Permalink
Fix checkstyle in TrinoCatalog
Browse files Browse the repository at this point in the history
  • Loading branch information
JingsongLi committed Nov 26, 2024
1 parent ca256ba commit d279e86
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@

package org.apache.paimon.trino.catalog;

import org.apache.paimon.catalog.*;
import org.apache.paimon.catalog.Catalog;
import org.apache.paimon.catalog.CatalogContext;
import org.apache.paimon.catalog.CatalogFactory;
import org.apache.paimon.catalog.Database;
import org.apache.paimon.catalog.Identifier;
import org.apache.paimon.fs.FileIO;
import org.apache.paimon.fs.Path;
import org.apache.paimon.manifest.PartitionEntry;
Expand Down

0 comments on commit d279e86

Please sign in to comment.