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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to