siddharthteotia commented on a change in pull request #6731:
URL: https://github.com/apache/incubator-pinot/pull/6731#discussion_r605235846
##########
File path:
pinot-controller/src/main/java/org/apache/pinot/controller/recommender/io/InputManager.java
##########
@@ -181,15 +182,19 @@ private void validateQueries() {
invalidQueries.forEach(_queryWeightMap::remove);
}
- public void registerColnameFieldType() { // create a map from colname to
data type
+ public void registerColNameFieldType() { // create a map from col name to
data type
Review comment:
Not related to the changes in this PR but can we do the following
cleanup ?
- Make this private. It is not used elsewhere.
- Move the javadoc to one line before.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]