kbendick commented on a change in pull request #2792:
URL: https://github.com/apache/iceberg/pull/2792#discussion_r670719456
##########
File path: spark/src/main/java/org/apache/iceberg/spark/SparkUtil.java
##########
@@ -32,12 +33,15 @@
import org.apache.iceberg.transforms.Transform;
import org.apache.iceberg.transforms.UnknownTransform;
import org.apache.iceberg.util.Pair;
+import org.apache.spark.sql.SparkSession;
import org.apache.spark.util.SerializableConfiguration;
public class SparkUtil {
private SparkUtil() {
}
+ public static final String ICEBERG_CATALOG_PREFIX = "spark.sql.catalog";
Review comment:
For the name, I felt like `Spark` was already in the class name, but
looking at it further I can see how it's not as clear as what you suggest.
Updating.
--
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]