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: metadata-service/openapi-servlet/src/main/java/io/datahubproject/openapi/operations/elastic/ElasticsearchController.java
+6-4
Original file line number
Diff line number
Diff line change
@@ -491,7 +491,8 @@ public ResponseEntity<List<RestoreIndicesResult>> restoreIndices(
491
491
@RequestParam(required = false, name = "gePitEpochMs", defaultValue = "0") @Nullable
492
492
LonggePitEpochMs,
493
493
@RequestParam(required = false, name = "lePitEpochMs") @NullableLonglePitEpochMs,
Copy file name to clipboardexpand all lines: metadata-service/restli-servlet-impl/src/main/java/com/linkedin/metadata/resources/entity/AspectResource.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -374,7 +374,7 @@ public Task<String> restoreIndices(
Copy file name to clipboardexpand all lines: metadata-service/restli-servlet-impl/src/main/java/com/linkedin/metadata/resources/operations/OperationsResource.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -104,10 +104,10 @@ public Task<String> restoreIndices(
Copy file name to clipboardexpand all lines: metadata-service/services/src/main/java/com/linkedin/metadata/entity/restoreindices/RestoreIndicesArgs.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ public class RestoreIndicesArgs implements Cloneable {
0 commit comments