You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for pointing out. I initially tried to use with... but finally add a set... in #4952
They are different in parameters and return type actually. It seems interchangeable as you said but replacement requires lots of manual work as I tried, so I'd like to keep them all, one for initialization and one as setter.
What type of enhancement is this?
Refactor
What does the enhancement do?
https://github.com/GreptimeTeam/greptimedb/blob/19373d806d7bedbb8f701d169706d23a3d1c2d8f/src/datatypes/src/schema/column_schema.rs#L286C1-L300C6
seems like duplicate to me, can we replace set_fulltext_options with with_fulltext_options ?
Implementation challenges
No response
The text was updated successfully, but these errors were encountered: