snleee commented on issue #2302: Return data types along with column names in 
Pinot JSON Response
URL: 
https://github.com/apache/incubator-pinot/issues/2302#issuecomment-462551244
 
 
   @agrawaldevesh We do have some support for preserving types. 
https://github.com/apache/incubator-pinot/pull/2830
   
   If you add `OPTION(preserveType='true')`, Pinot will preserve the type for 
the result. One limitation is that this won't preserve types for grouping keys 
(Keeping types for grouping key will require considerable refactoring).
   
   Can you play with `preserveType` option to see if it makes your task easier? 
However, it would be ideal if we can add the types along with the column names. 
 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to