github-advanced-security[bot] commented on code in PR #18722:
URL: https://github.com/apache/druid/pull/18722#discussion_r2501363051
##########
processing/src/main/java/org/apache/druid/segment/nested/NestedCommonFormatColumnFormatSpec.java:
##########
@@ -172,14 +182,18 @@
private final CompressionStrategy doubleColumnCompression;
@Nullable
private final BitmapSerdeFactory bitmapEncoding;
+ @Nullable
+ private final BitmapIndexEncodingStrategy numericFieldBitmapIndex;
@JsonCreator
public NestedCommonFormatColumnFormatSpec(
@JsonProperty("objectFieldsDictionaryEncoding") @Nullable
StringEncodingStrategy objectFieldsDictionaryEncoding,
+ @JsonProperty("bitmapIndexEncoding") @Nullable
BitmapIndexEncodingStrategy bitmapIndexEncoding,
Review Comment:
## Useless parameter
The parameter 'bitmapIndexEncoding' is never used.
[Show more
details](https://github.com/apache/druid/security/code-scanning/10533)
--
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]