jackye1995 commented on code in PR #6880:
URL: https://github.com/apache/iceberg/pull/6880#discussion_r1119384942


##########
delta-lake/src/integration/java/org/apache/iceberg/delta/TestSnapshotDeltaLakeTable.java:
##########
@@ -65,26 +68,23 @@ public class TestSnapshotDeltaLakeTable extends 
SparkDeltaLakeSnapshotTestBase {
   private static final String NAMESPACE = "delta_conversion_test";
   private static final String defaultSparkCatalog = "spark_catalog";
   private static final String icebergCatalogName = "iceberg_hive";
-  private String partitionedIdentifier;
-  private String unpartitionedIdentifier;
-  private String externalDataFilesIdentifier;
-  private String typeTestIdentifier;
-  private final String partitionedTableName = "partitioned_table";
-  private final String unpartitionedTableName = "unpartitioned_table";
-  private final String externalDataFilesTableName = 
"external_data_files_table";
-  private final String typeTestTableName = "type_test_table";
-  private final String snapshotPartitionedTableName = 
"iceberg_partitioned_table";
-  private final String snapshotUnpartitionedTableName = 
"iceberg_unpartitioned_table";
-  private final String snapshotExternalDataFilesTableName = 
"iceberg_external_data_files_table";
-  private final String snapshotNewTableLocationTableName = 
"iceberg_new_table_location_table";
-  private final String snapshotAdditionalPropertiesTableName =
+  private static final String partitionedTableName = "partitioned_table";

Review Comment:
   as best practice for testing, we can just hard code these names to 
individual tests, no need to make them static variables



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to