-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bigquery: restore semantics of ForceZeroQuote
Originally, ForceZeroQuote == true was sufficient to set the quote character for CSV loading to '"'. on 2016-9-27, the logic was modified incorrectly, so that both ForceZeroQuote == true and Quote == "" were necessary. This CL restores the original semantics. Change-Id: I790a5567085255f37064a38f8623109128c4a7f5 Reviewed-on: https://code-review.googlesource.com/8995 Reviewed-by: Michael McGreevy <[email protected]>
- Loading branch information
Showing
2 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters