moszutij opened a new issue #8086:
URL: https://github.com/apache/pinot/issues/8086


   When I run the configuration recommendation engine on a schema that contains 
a field with a TIMESTAMP data type, the following error is thrown:
   
   `{
     "_code": 400,
     "_error": "java.lang.IllegalArgumentException: Time column can be only INT 
or LONG: TIMESTAMP"
   }`
   
   The 
[TimeGenerator](https://github.com/apache/pinot/blob/0fe7ef89127b9e920ef369cd9adad9c8b817dde9/pinot-controller/src/main/java/org/apache/pinot/controller/recommender/data/generator/TimeGenerator.java#L68)
 class doesn’t support a TIMESTAMP data type and hence throws the validation 
error. 


-- 
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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to