Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

sql: fix SQL method for arrays of JSON #790

Merged
merged 1 commit into from
Jul 29, 2019

Conversation

erizocosmico
Copy link
Contributor

Using SQL method of a value of type Array(JSON) produces the following:

[chunk of bytes, chunk of bytes, ...]

With this fix, it produces:

[proper json, proper json]

This bug is blocking the pushdown of commit_file_stats on https://github.com/src-d/gitbase-spark-connector-enterprise/issues/86

Signed-off-by: Miguel Molina <miguel@erizocosmi.co>
@erizocosmico erizocosmico added the bug Something isn't working label Jul 11, 2019
@erizocosmico erizocosmico requested a review from a team July 11, 2019 09:49
@erizocosmico erizocosmico self-assigned this Jul 11, 2019
@ajnavarro ajnavarro merged commit b7f3982 into src-d:master Jul 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants