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

chore(cubestore): allow to import base64-encoded bytes in CSV #1891

Merged
merged 1 commit into from
Jan 26, 2021

Conversation

ilya-biryukov
Copy link
Contributor

BigQuery driver exports binary data:

  • in base64 for csv-import mode,
  • in hex-encoded string literals in sql-import mode.

Hence both use-cases work. Happy to revisit this if we'll run into trouble while adding support for csv export into other drivers.

@ilya-biryukov ilya-biryukov requested a review from a team as a code owner January 26, 2021 16:07
@paveltiunov paveltiunov merged commit 2f43afa into master Jan 26, 2021
@paveltiunov paveltiunov deleted the cubestore-csvbase64 branch January 26, 2021 17:33
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