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
Currently, we rely on a bunch of parameters to construct the star tree metadata. Instead, to improve readability, we can construct the StarTreeMetadata, and use getters to write it
Related component
Indexing:Performance
To Reproduce
N/A
Expected behavior
Construct StarTreeMetadata in BaseStarTreeBuilder to improve readability
Additional Details
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
OS: [e.g. iOS]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
[Indexing Triage - 09/02]
Thanks @sarthakaggarwal97 for raising this! Can you please add more details around what you mean by improving the readability and how this falls under the category of a bug?
It would also be good if you can add some code pointers as well for better understanding of the issue.
Can you please also add respective tags for the release you are targeting this change in?
Describe the bug
Currently, we rely on a bunch of parameters to construct the star tree metadata. Instead, to improve readability, we can construct the StarTreeMetadata, and use getters to write it
Related component
Indexing:Performance
To Reproduce
N/A
Expected behavior
Construct StarTreeMetadata in BaseStarTreeBuilder to improve readability
Additional Details
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: