RussellSpitzer commented on code in PR #4491:
URL: https://github.com/apache/polaris/pull/4491#discussion_r3273917786


##########
plugins/spark/v3.5/spark/src/test/java/org/apache/polaris/spark/SparkCatalogTest.java:
##########
@@ -158,6 +158,7 @@ public void setup() throws Exception {
         .thenReturn("/tmp/test-warehouse");
     Mockito.when(mockedSession.sparkContext()).thenReturn(mockedContext);
     Mockito.when(mockedContext.applicationId()).thenReturn("appId");
+    Mockito.when(mockedContext.appName()).thenReturn("test-app");

Review Comment:
   This is actually a required key of all spark conf since spark 1.x, we just 
didn't use it before 



-- 
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]

Reply via email to