hililiwei commented on a change in pull request #3549:
URL: https://github.com/apache/iceberg/pull/3549#discussion_r749031167
##########
File path:
spark/v3.2/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/SparkRowLevelOperationsTestBase.java
##########
@@ -69,34 +70,34 @@ public SparkRowLevelOperationsTestBase(String catalogName,
String implementation
" format = {3}, vectorized = {4}, distributionMode = {5}")
public static Object[][] parameters() {
return new Object[][] {
- { "testhive", SparkCatalog.class.getName(),
- ImmutableMap.of(
- "type", "hive",
- "default-namespace", "default"
- ),
- "orc",
- true,
- WRITE_DISTRIBUTION_MODE_NONE
+ {"testhive", SparkCatalog.class.getName(),
+ ImmutableMap.of(
+ "type", "hive",
+ "default-namespace", "default"
+ ),
+ "orc",
+ true,
+ WRITE_DISTRIBUTION_MODE_NONE
Review comment:
Done. In addition, I roll back the changes that were migrated to the new
test class from the last commit. Wait until the new test class is completed.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]