-
Notifications
You must be signed in to change notification settings - Fork 14
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
Better type support #56
Comments
StorageService.cfmetadata each column we pull out from Compact Tables if we have it. |
Currently we are using the type of the object sent to Intravert to derive the byte buffer. In all cases this is not correct.
Resolve object should: |
Do we have/can we list a set of test criteria for the above? ie. in case x, do y, etc. Starting with a truth table there will allow us to build a really solid unit test. |
That is not a bad idea to have one specific unit test. Currently we have different unit test covering this in different ways. The bulk of this is going to be extracting CFMetaData and CQL metadata in a useful way. |
Look at what they did here to grab cql types...https://github.com/mkjellman/perlcassa
The text was updated successfully, but these errors were encountered: