-
Notifications
You must be signed in to change notification settings - Fork 2
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
Need HLL column to be Varbinary #2
Comments
Sure sounds good. If you can send a PR request, I will definitely take a look. |
I'm new to github, but it look like there is a permission issue. When I tried a pull request, I get this message "You may not have I'm logged in, i checked. On Sat, Sep 24, 2016 at 3:39 PM, amirtuval [email protected] wrote:
Regards, Mark |
To make a pull request, you need to fork the repo into your own account. Make all the changes there, where you can push and pull. When you are ready, you can make a pull request from your github repo to mine. For more info see Github documentation. |
Thanks, I'll work on that. I don't see an open source license attached to BTW, my name is Mark. On Mon, Sep 26, 2016 at 10:12 AM, amirtuval [email protected]
Regards, Mark |
Added a license - Apache license 2.0. Thanks :-) |
When importing HLL data to vertica the only real choice is to use HEX. Vertica can only import hex_to_binary into a binary column. I've overloaded HLL_MERGE_COMPUTE to use varbinary as an input type. Would you like be to add it to the project?
The text was updated successfully, but these errors were encountered: