jerryshao commented on code in PR #11036:
URL: https://github.com/apache/gravitino/pull/11036#discussion_r3225081099
##########
core/src/main/java/org/apache/gravitino/storage/relational/po/OwnerRelDeletion.java:
##########
@@ -16,7 +16,15 @@
* specific language governing permissions and limitations
* under the License.
*/
+package org.apache.gravitino.storage.relational.po;
-package org.apache.gravitino.flink.connector.integration.test.hive;
+import lombok.AllArgsConstructor;
+import lombok.Getter;
-public class FlinkHiveCatalogIT118 extends FlinkHiveCatalogIT {}
+/** Key for batch soft-deleting owner rows by metadata object. */
+@Getter
+@AllArgsConstructor
+public class OwnerRelDeletion {
Review Comment:
`OwnerRelForDeletion`? Also, where the `Rel` takes affect, what I can see in
this class is just the metadata object id and type.
--
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]