shwin opened a new issue, #11519: URL: https://github.com/apache/pinot/issues/11519
On minions, we log when we create dictionary indices: ``` Created dictionary for STRING column: transferType with cardinality: 3, max length in bytes: 8, range: Erc to Primary 16 Using fixed length dictionary for column: to, size: 11334792 15 Created dictionary for STRING column: to with cardinality: 269876, max length in bytes: 42, range: 0x0000000000000000000000000000000000000000 to 0xffffffffffffffffffffffffffffffffffffffff 14 Created dictionary for DOUBLE column: maxFeePerGas with cardinality: 1, range: 0.0 to 0.0 ``` But we don't have similar log lines for TEXT or range indices, for example; this would be helpful for debugging certain things. -- 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]
