File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
presto-iceberg/src/main/java/com/facebook/presto/iceberg Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 4141import com .facebook .presto .hive .gcs .GcsConfigurationInitializer ;
4242import com .facebook .presto .hive .gcs .HiveGcsConfig ;
4343import com .facebook .presto .hive .gcs .HiveGcsConfigurationInitializer ;
44- import com .facebook .presto .hive .metastore .InvalidateMetastoreCacheProcedure ;
4544import com .facebook .presto .iceberg .nessie .IcebergNessieConfig ;
4645import com .facebook .presto .iceberg .optimizer .IcebergPlanOptimizerProvider ;
4746import com .facebook .presto .iceberg .procedure .ExpireSnapshotsProcedure ;
@@ -187,10 +186,6 @@ protected void setup(Binder binder)
187186 procedures .addBinding ().toProvider (StatisticsFileCacheInvalidationProcedure .class ).in (Scopes .SINGLETON );
188187 procedures .addBinding ().toProvider (ManifestFileCacheInvalidationProcedure .class ).in (Scopes .SINGLETON );
189188
190- if (buildConfigObject (MetastoreClientConfig .class ).isInvalidateMetastoreCacheProcedureEnabled ()) {
191- procedures .addBinding ().toProvider (InvalidateMetastoreCacheProcedure .class ).in (Scopes .SINGLETON );
192- }
193-
194189 // for orc
195190 binder .bind (EncryptionLibrary .class ).annotatedWith (HiveDwrfEncryptionProvider .ForCryptoService .class ).to (UnsupportedEncryptionLibrary .class ).in (Scopes .SINGLETON );
196191 binder .bind (EncryptionLibrary .class ).annotatedWith (HiveDwrfEncryptionProvider .ForUnknown .class ).to (UnsupportedEncryptionLibrary .class ).in (Scopes .SINGLETON );
You can’t perform that action at this time.
0 commit comments