Jackie-Jiang opened a new issue, #9683: URL: https://github.com/apache/pinot/issues/9683
Query example: SELECT GAPFILL(DATETIMECONVERT(dt, ...), '<start>', '<end>', '<gap>', FILL(requests, 'FILL_DEFAULT_VALUE'), TIMESERIESON(publisher_id)) as gdt, requests Exception is currently thrown from: org.apache.pinot.core.query.reduce.GapfillProcessor.process(:88) We may decide whether to support this use case. If we don't want to support this right now, we should add some validation for the GAPFILL and throw BadRequestException when a query cannot be processed. -- 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]
