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/10/17 07:54:26 UTC

[GitHub] [druid] LakshSingla commented on issue #13230: SQL-based ingestion cannot generate daily segments taking time zone into account.

LakshSingla commented on issue #13230:
URL: https://github.com/apache/druid/issues/13230#issuecomment-1280438861

   It is great to hear that you are having positive results with the new MSQ based ingestion 😃 
   
   Based on the `granularitySpec` that you mentioned in the issue, does filtering the data and then ingesting it like the following query work? 
   
   ```sql
   INSERT INTO
   ...
   WHERE WHERE __time >= TIMESTAMP '2000-01-01 15:00:00' AND __time < TIMESTAMP '2000-01-02 15:00:00'
   PARTITIONED BY ALL
   ```


-- 
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