FANNG1 commented on code in PR #10517:
URL: https://github.com/apache/gravitino/pull/10517#discussion_r2987247672
##########
integration-test-common/src/test/java/org/apache/gravitino/integration/test/util/BaseIT.java:
##########
@@ -91,6 +91,10 @@ public class BaseIT {
private static final Logger LOG = LoggerFactory.getLogger(BaseIT.class);
private static final Splitter COMMA =
Splitter.on(",").omitEmptyStrings().trimResults();
+ private static final String LOOPBACK_HOST = "127.0.0.1";
Review Comment:
Follow-up: I removed the BaseIT-related changes from this PR in 978cac0a5.
After revisiting the scope, I agree this helper/host-normalization change is
not required for the Flink versioned split itself, so I dropped it from the PR
instead of keeping a revised variant here.
--
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]