Skip to content
Snippets Groups Projects
Commit d8b3ebf3 authored by Cam Saül's avatar Cam Saül
Browse files

Parse BigQuery ints as longs [ci drivers] (Credit: @felipegasparini)

parent 62797475
No related merge requests found
......@@ -139,7 +139,7 @@
"Functions that should be used to coerce string values in responses to the appropriate type for their column."
{"BOOLEAN" #(Boolean/parseBoolean %)
"FLOAT" #(Double/parseDouble %)
"INTEGER" #(Integer/parseInt %)
"INTEGER" #(Long/parseLong %)
"RECORD" identity
"STRING" identity
"TIMESTAMP" parse-timestamp-str})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment