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

refactor(pinot): The python_date_format for a temporal column was not being passed to get_timestamp_expr #24942

Merged
merged 27 commits into from
Aug 27, 2023

Commits on Aug 8, 2023

  1. implementation notes

    ege-st committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    d60873e View commit details
    Browse the repository at this point in the history
  2. Initial work to fix bug

    ege-st committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    2367233 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. clean up code

    ege-st committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    78d43a9 View commit details
    Browse the repository at this point in the history
  2. Code cleanup

    ege-st committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    0fd9b9e View commit details
    Browse the repository at this point in the history
  3. Code cleanup

    ege-st committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    1301e22 View commit details
    Browse the repository at this point in the history
  4. Add comment

    ege-st committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ccdfe8d View commit details
    Browse the repository at this point in the history
  5. Simpler code

    ege-st committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    c83dc2b View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Fixed a bug where the date format for a temporal column was not being…

    … passed to get_timestamp_expr
    ege-st committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    b7d494a View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    912fc24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61ddf51 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Do not use alias on select

    ege-st committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    01a041c View commit details
    Browse the repository at this point in the history
  2. undo unneeded changes

    ege-st committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    52268a1 View commit details
    Browse the repository at this point in the history
  3. undo unneeded changes

    ege-st committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    f9ef8e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    8fa3524 View commit details
    Browse the repository at this point in the history
  2. working on unit tests

    ege-st committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    e1c2a75 View commit details
    Browse the repository at this point in the history
  3. Fixing unit tests

    ege-st committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    31d36cf View commit details
    Browse the repository at this point in the history
  4. Remove unused import

    ege-st committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    8a9ed76 View commit details
    Browse the repository at this point in the history
  5. Use constants for time grains

    ege-st committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    81b8801 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. fix linting errors

    ege-st committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    6e51f04 View commit details
    Browse the repository at this point in the history
  2. formatting

    ege-st committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    0042027 View commit details
    Browse the repository at this point in the history
  3. fixed formatting

    ege-st committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    399abf7 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. fix integration test

    ege-st committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    15fc982 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. formatting

    ege-st committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    1e5cfc9 View commit details
    Browse the repository at this point in the history
  2. fixing integration test

    ege-st committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    4c6af11 View commit details
    Browse the repository at this point in the history
  3. Fix integration tests

    ege-st committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    88f3f23 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Fixing linter errors

    ege-st committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    45d5c60 View commit details
    Browse the repository at this point in the history
  2. Fixing linter errors

    ege-st committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    6c779ee View commit details
    Browse the repository at this point in the history