Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Stop recognizing sm.use_refactored_readers config option. #5183

Merged

Conversation

teo-tsirpanis
Copy link
Member

@teo-tsirpanis teo-tsirpanis commented Jul 15, 2024

SC-50445

This option has been deprecated and undocumented for a while and a warning was emitted if it is used. This PR removes all mentions of it from the codebase.


TYPE: CONFIG
DESC: The sm.use_refactored_readers config option is no longer recognized. Refactored readers are used by default. To use the legacy reader, set the sm.query_(dense|sparse_global_order|sparse_unordered_with_dups)_reader config option (depending on the reader you are using) to legacy.

This option has been deprecated and undocumented for a while and a warning was emitted if it is used.
Refactored readers are used by default. To use the legacy reader, users have to set the `sm.query_(dense|sparse_global_order|sparse_unordered_with_dups)_reader` config option to `legacy`.
@KiterLuc KiterLuc merged commit 038d8bb into TileDB-Inc:dev Jul 18, 2024
60 checks passed
@teo-tsirpanis teo-tsirpanis deleted the remove-sm-use-refactored-readers branch July 18, 2024 10:32
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants