Skip to content

Commit

Permalink
Remove useless const TABLE_COMMENT declared in IcebergNativeMetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
hantangwangd authored and tdcmeehan committed Nov 4, 2024
1 parent fc9131c commit 6cfa327
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
package com.facebook.presto.iceberg;

import com.facebook.airlift.json.JsonCodec;
import com.facebook.airlift.log.Logger;
import com.facebook.presto.common.type.TypeManager;
import com.facebook.presto.hive.NodeVersion;
import com.facebook.presto.hive.TableAlreadyExistsException;
Expand Down Expand Up @@ -68,9 +67,7 @@
public class IcebergNativeMetadata
extends IcebergAbstractMetadata
{
private static final Logger LOG = Logger.get(IcebergNativeMetadata.class);
private static final String INFORMATION_SCHEMA = "information_schema";
private static final String TABLE_COMMENT = "comment";

private final IcebergNativeCatalogFactory catalogFactory;
private final CatalogType catalogType;
Expand Down

0 comments on commit 6cfa327

Please sign in to comment.