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

[CALCITE-5180] Implement BigQuery Date/Time Type Aliases and Constructors #3023

Closed
wants to merge 11 commits into from

Commits on Jan 5, 2023

  1. Refactor SqlParserTest

    If the output of a parser test case is the same as its
    input, it now must call same().
    julianhyde authored and wnob committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    e367528 View commit details
    Browse the repository at this point in the history
  2. Refactor SqlParserTest

    Share interval tests between parser, validator
    julianhyde authored and wnob committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    317616a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19f3ba6 View commit details
    Browse the repository at this point in the history
  4. start [CALCITE-5424] custom literals

    Add DATETIME, TIMESTAMP WITH LOCAL TIME;
    add class SqlUnknownLiteral;
    defer validation of character string
    julianhyde authored and wnob committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    5462e24 View commit details
    Browse the repository at this point in the history
  5. done

    In Quidem, modify scott-big-query to use BigQuery's type system
    
    Rework big-query.iq to use BigQuery type names.
    
    Return type of TIMESTAMP_ADD applied to TIMESTAMP WITH LOCAL
    TIME ZONE should have been TIMESTAMP WITH LOCAL TIME ZONE,
    not TIMESTAMP; fixed it.
    julianhyde authored and wnob committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    e90e43e View commit details
    Browse the repository at this point in the history
  6. more types

    julianhyde authored and wnob committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    66408dc View commit details
    Browse the repository at this point in the history
  7. fixup

    julianhyde authored and wnob committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    14151c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Fixups for Julian's changes

    wnob committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    e863784 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb281b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    6e5b2f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    379ac33 View commit details
    Browse the repository at this point in the history