-
Notifications
You must be signed in to change notification settings - Fork 290
301 - Schema metadata API refactor #233
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For C* v1.2.x an 2.0.x cf_id
does not exist resulting in the return of a uninitialized id_ (https://github.com/datastax/cpp-driver/pull/233/files#diff-f30001b0d6d7abd11f9acc768a8b0737R240); the CassUuid struct does not define a constructor to to initialize either. Should we define a CASS_UUID_INVALID in the API header and initialize CassUuid as the invalid define?
Or we could document that the meta id is only available for C* 2.1+.
I'm seeing some kind of corruption in the output of the example:
The names of each are messed up. Just did some very basic debugging and they seem to be coming back correctly. Have not dug in further... posting here for corroboration. |
This landed with different commits because I updated the author. |
…e datastax::internal` (#233)
No description provided.