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

Add blob_to_raw_string built-in UDF #105

Merged
merged 1 commit into from Jul 4, 2016

Conversation

nobu-k
Copy link
Member

@nobu-k nobu-k commented Jun 30, 2016

I added blob_to_raw_string UDF. This UDF is used when a user wants to convert a blob to a string without using base64 encoding. Because it's invalid for a string to have non UTF-8 characters, this function validates the given data.Blob before converting it to data.String.

@disktnk
Copy link
Member

disktnk commented Jul 4, 2016

LTGM!

@disktnk disktnk merged commit d076664 into sensorbee:master Jul 4, 2016
@nobu-k nobu-k deleted the blob-to-string branch July 5, 2016 19:52
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.

None yet

2 participants