clintropolis commented on PR #16132:
URL: https://github.com/apache/druid/pull/16132#issuecomment-2024681206

   additionally, the default implementation now "poison" the `COLUMN_SIZE` 
analysis to make it more apparent that some part or all of the size information 
was unavailable for a column (as an indicator to fall back to smoosh analysis 
perhaps)
   
   ```
   ...
               "geo_ip": {
                   "typeSignature": "COMPLEX<json>",
                   "type": "json",
                   "hasMultipleValues": false,
                   "hasNulls": true,
                   "size": 0,
                   "cardinality": null,
                   "minValue": null,
                   "maxValue": null,
                   "columnSize": {
                       "size": -1,
                       "components": {
                           "unavailable": {
                               "description": "unavailable",
                               "size": -1
                           }
                       },
                       "errorMessage": "part unavailable is missing size info"
                   },
                   "errorMessage": null
               },
   ...
   ```


-- 
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: commits-unsubscr...@druid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to