You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/04/23 17:01:34 UTC

[GitHub] [druid] Aka-shi opened a new issue #9756: LATEST(expr, maxBytes) doesn't work on columns ingested as stringLast.

Aka-shi opened a new issue #9756:
URL: https://github.com/apache/druid/issues/9756


   ### Description
   
   I have ingested few columns using stringLast aggregator, which stores the data as pair of time and value. I got to know that the idea is to use the same aggregator on both ingestion and query sides. But the LATEST(expr, maxBytes) doesn't work on columns stored as stringLast. 
   
   ### Affected Version
   
   Version - 0.17.0 
   
   [Slack thread](https://the-asf.slack.com/archives/CJ8D1JTB8/p1587594263292900)


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] Aka-shi commented on issue #9756: LATEST(expr, maxBytes) doesn't work on columns ingested as stringLast.

Posted by GitBox <gi...@apache.org>.
Aka-shi commented on issue #9756:
URL: https://github.com/apache/druid/issues/9756#issuecomment-629670136


   @gianm Can you review the PR I raised to fix this issue?


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] gianm commented on issue #9756: LATEST(expr, maxBytes) doesn't work on columns ingested as stringLast.

Posted by GitBox <gi...@apache.org>.
gianm commented on issue #9756:
URL: https://github.com/apache/druid/issues/9756#issuecomment-621602010


   Thanks for the report. I think what we'll need to do is update the signature of the EarliestLatestSqlAggFunction so it accepts either STRING or OTHER (which stringLast should show up as) for its string form, and then add a test to make sure it works.


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] Aka-shi commented on issue #9756: LATEST(expr, maxBytes) doesn't work on columns ingested as stringLast.

Posted by GitBox <gi...@apache.org>.
Aka-shi commented on issue #9756:
URL: https://github.com/apache/druid/issues/9756#issuecomment-618519401


   @gianm 


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org