Jackie-Jiang commented on a change in pull request #8375:
URL: https://github.com/apache/pinot/pull/8375#discussion_r831370822
##########
File path:
pinot-spi/src/main/java/org/apache/pinot/spi/ingestion/batch/spec/SegmentGenerationJobSpec.java
##########
@@ -288,4 +290,12 @@ public String getAuthToken() {
public void setAuthToken(String authToken) {
_authToken = authToken;
}
+
+ public String asJSONString(boolean removeSensitiveKeys) {
Review comment:
(minor)
```suggestion
public String toJSONString(boolean removeSensitiveKeys) {
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]