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 2022/04/18 05:43:36 UTC

[GitHub] [druid] adarshsanjeev commented on issue #11929: Batch ingestion using SQL INSERT

adarshsanjeev commented on issue #11929:
URL: https://github.com/apache/druid/issues/11929#issuecomment-1101114519

   A question about the DELETE WHERE syntax. What are the restrictions on this? I would assume that LIKE and IN wouldn't apply since it doesn't really provide an interval and that it would use > or < to give some range interval.
   
   One other thing is that, at the end, we need to convert it to a list of intervals in the native query. If there is a long string of > and < conditions, we would need to convert that into a set of closed intervals (I'm not sure how something with just __time > TIMESTAMP would be provided) and I'm not sure Calcite does this automatically. Am I right in assuming we need to do this part ourselves?


-- 
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-unsubscribe@druid.apache.org

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