cecemei commented on code in PR #18628:
URL: https://github.com/apache/druid/pull/18628#discussion_r2430817670
##########
benchmarks/src/test/java/org/apache/druid/benchmark/query/SqlBaseBenchmark.java:
##########
@@ -355,6 +368,11 @@ public void setup() throws JsonProcessingException
private void checkIncompatibleParameters()
{
+ // we only support NONE object storage encoding for auto schema with mmap
segments
+ if (ObjectStorageEncoding.NONE.equals(objectStorageEncoding) &&
!("auto".equals(schemaType)
Review Comment:
updated
--
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]