jon-wei commented on issue #9419: SQL: top-level sketch functions do not return sketches URL: https://github.com/apache/druid/issues/9419#issuecomment-592180842 @vikramsinghchandel You can set the same context options in the JDBC connection properties: https://druid.apache.org/docs/latest/querying/sql.html#connection-context @sascha-coenen Thanks for the report, the complex aggs like sketches are intended to be "finalized" (give the estimate) unless the user explictly sets finalize=false in the context, so the bug would be that it's returning the base64 encodings with the additional projections
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
