File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spark/src/main/scala/org/apache/comet/iceberg Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ object IcebergReflection extends Logging {
236236 }
237237 .orElse {
238238 logError(
239- s " Iceberg reflection failure: Failed to get format version: " +
239+ " Iceberg reflection failure: Failed to get format version: " +
240240 " current() method not found in operations class hierarchy" )
241241 None
242242 }
@@ -336,7 +336,7 @@ object IcebergReflection extends Logging {
336336
337337 findMethodInHierarchy(operations.getClass, " current" ).map(_.invoke(operations)).orElse {
338338 logError(
339- s " Iceberg reflection failure: Failed to get table metadata: " +
339+ " Iceberg reflection failure: Failed to get table metadata: " +
340340 " current() method not found in operations class hierarchy" )
341341 None
342342 }
You can’t perform that action at this time.
0 commit comments