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

0.3: support quoted values of BOOLEAN, INTEGER and FLOAT types #17

Merged
merged 17 commits into from
Dec 17, 2018

Conversation

bxparks
Copy link
Owner

@bxparks bxparks commented Dec 17, 2018

  • 0.3 (2018-12-17)
    • Tighten TIMESTAMP and DATE validation (thanks jtschichold@).
    • Inspect the internals of STRING values to infer BOOLEAN, INTEGER or FLOAT
      types (thanks jtschichold@).
    • Handle conversion of these string types when mixed with their non-quoted
      equivalents, matching the conversion logic followed by 'bq load'.

jtschichold and others added 17 commits December 7, 2018 14:34
Signed-off-by: Luigi Mori <l@isidora.org>
Signed-off-by: Luigi Mori <l@isidora.org>
Signed-off-by: Luigi Mori <l@isidora.org>
Signed-off-by: Luigi Mori <l@isidora.org>
…pes (e.g. QINTEGER + INTEGER), and cross conversions (QINTEGER + FLOAT, or QFLOAT + INTEGER); add extensive unit tests to cover all combinations of conversions
Support for quoted types, pythonic script generation, strict DATE regex
Signed-off-by: Luigi Mori <l@isidora.org>
Fix negative number support in Q REs and adds unit tests
…e STRING is the super type of TIME, DATE, TIMESTAMP; makes this usage consistent with other parts of that section
@bxparks bxparks merged commit fbd71cb into master Dec 17, 2018
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