You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: backends-clickhouse/src/test/scala/org/apache/gluten/execution/GlutenClickHouseMergeTreeWriteOnS3Suite.scala
+17-4
Original file line number
Diff line number
Diff line change
@@ -188,20 +188,33 @@ class GlutenClickHouseMergeTreeWriteOnS3Suite
188
188
varmetadataGlutenExist:Boolean=false
189
189
varmetadataBinExist:Boolean=false
190
190
vardataBinExist:Boolean=false
191
+
varhasCommits=false
191
192
client
192
193
.listObjects(args)
193
194
.forEach(
194
195
obj => {
195
196
objectCount +=1
196
-
if (obj.get().objectName().contains("metadata.gluten")) {
0 commit comments