Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

fix: use correct namespace for the MapReturnType #133

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

opti
Copy link

@opti opti commented Oct 3, 2024

That fixes the following error when map expressions are used:

NameError:
       uninitialized constant Aerospike::Exp::Map::MapReturnType

/aerospike-client-ruby/lib/aerospike/exp/exp_map.rb:479:in `get_value_type'
/aerospike-client-ruby/lib/aerospike/exp/exp_map.rb:294:in `get_by_key_range'

@khaf
Copy link
Collaborator

khaf commented Oct 4, 2024

Thank you for your PR. I'm going to merge and release today, so if you have discovered other issues, you can mention them here so that I can take a look and potentially include them in the same release.

@opti
Copy link
Author

opti commented Oct 5, 2024

Thanks @khaf! Here is one more fix to include that I've prepared earlier: #132

@opti
Copy link
Author

opti commented Oct 11, 2024

I've just added one more fix to the #132 for BatchRead when multiple records with operations are used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants