jiangxt2 commented on issue #12787: URL: https://github.com/apache/gravitino/issues/12787#issuecomment-5502982850
> Hi, I’d like to work on this. My understanding is that the ClickHouse metadata reader currently preserves the SET index type and granularity but drops the argument from `type_full`, causing `set(100)` to be recreated as `set(0)`. > > I plan to preserve non-default `set_max_values`, keep `set(0)` unchanged, validate the supported integer range, and add tests for metadata readback and recreation. Does that scope sound right? Thanks for volunteering. I’ve completed the implementation and am preparing the PR, including `set_max_values` readback, range validation, and recreation tests. I’ll submit it shortly. -- 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]
