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

SQL: Extend DATE_TRUNC to also operate on intervals(elastic - #46632 ) #47720

Merged
merged 32 commits into from
Mar 23, 2020

Commits on Jan 12, 2020

  1. DateTrunc work with intervals

    Mustafa Fırtına committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    9780340 View commit details
    Browse the repository at this point in the history
  2. Revert "DateTrunc work with intervals"

    This reverts commit 5cdce49d273617e8dafde9893943fa1687e58a1a.
    Mustafa Fırtına committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    23254eb View commit details
    Browse the repository at this point in the history
  3. DATE_TRUNC operate with Intervals

    update
    Mustafa Fırtına committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    69e563f View commit details
    Browse the repository at this point in the history
  4. added integration tests

    added integration tests
    Mustafa Fırtına committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    183f210 View commit details
    Browse the repository at this point in the history
  5. Update x-pack/plugin/sql/src/main/java/org/elasticsearch/xpack/sql/ex…

    …pression/function/scalar/datetime/DateTrunc.java
    
    Co-Authored-By: Marios Trivyzas <[email protected]>
    musteaf and matriv committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    579ff66 View commit details
    Browse the repository at this point in the history
  6. fixed integration tests

    Mustafa Fırtına committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    ea2eea6 View commit details
    Browse the repository at this point in the history
  7. syntax

    musteaf committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    332c9c5 View commit details
    Browse the repository at this point in the history
  8. Update x-pack/plugin/sql/src/main/java/org/elasticsearch/xpack/sql/ex…

    …pression/function/scalar/datetime/DateTruncProcessor.java
    
    Co-Authored-By: Marios Trivyzas <[email protected]>
    musteaf and matriv committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    2420521 View commit details
    Browse the repository at this point in the history
  9. syntax

    syntax
    Mustafa Fırtına committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    97739eb View commit details
    Browse the repository at this point in the history
  10. fixes

    Mustafa Fırtına committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    4216a7c View commit details
    Browse the repository at this point in the history
  11. enabled dateTruncGroupByWithInterval integration test

    Mustafa Fırtına committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    9741205 View commit details
    Browse the repository at this point in the history
  12. fixed docs

    Mustafa Fırtına committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    ebad860 View commit details
    Browse the repository at this point in the history
  13. update

    Mustafa Fırtına committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    e302f4e View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. update

    Mustafa Fırtına committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    f675bb4 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. update from original elastic

    Mustafa Fırtına committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    95f5796 View commit details
    Browse the repository at this point in the history
  2. update typeresolutions according to new implementation

    Mustafa Fırtına committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    1f5bd0c View commit details
    Browse the repository at this point in the history
  3. update

    Mustafa Fırtına committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    01af08e View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Update x-pack/plugin/sql/src/main/java/org/elasticsearch/xpack/sql/ex…

    …pression/function/scalar/whitelist/InternalSqlScriptUtils.java
    
    Co-Authored-By: Marios Trivyzas <[email protected]>
    musteaf and matriv authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    3019ed7 View commit details
    Browse the repository at this point in the history
  2. updated integration test cases

    Mustafa Fırtına committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    a6deeda View commit details
    Browse the repository at this point in the history
  3. syntax problems at DateTrunc and BinaryDateTimeFunction

    Mustafa Fırtına committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    a99555c View commit details
    Browse the repository at this point in the history
  4. syntax

    Mustafa Fırtına committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    c5df03f View commit details
    Browse the repository at this point in the history
  5. removed unnecessary changes

    Mustafa Fırtına committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    0d090b5 View commit details
    Browse the repository at this point in the history
  6. changed sql exception message for weeks

    Mustafa Fırtına committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    da8b1cf View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2020

  1. checked styles

    Mustafa Fırtına committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    c2ddbdf View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. Update x-pack/plugin/sql/src/test/java/org/elasticsearch/xpack/sql/ex…

    …pression/function/scalar/datetime/DateTruncProcessorTests.java
    
    Co-Authored-By: Marios Trivyzas <[email protected]>
    musteaf and matriv authored Mar 16, 2020
    Configuration menu
    Copy the full SHA
    506d0a7 View commit details
    Browse the repository at this point in the history
  2. Update x-pack/plugin/sql/src/test/java/org/elasticsearch/xpack/sql/ex…

    …pression/function/scalar/datetime/DateTruncProcessorTests.java
    
    Co-Authored-By: Marios Trivyzas <[email protected]>
    musteaf and matriv authored Mar 16, 2020
    Configuration menu
    Copy the full SHA
    c00728c View commit details
    Browse the repository at this point in the history
  3. Update x-pack/plugin/sql/src/test/java/org/elasticsearch/xpack/sql/ex…

    …pression/function/scalar/datetime/DateTruncProcessorTests.java
    
    Co-Authored-By: Marios Trivyzas <[email protected]>
    musteaf and matriv authored Mar 16, 2020
    Configuration menu
    Copy the full SHA
    e4bef09 View commit details
    Browse the repository at this point in the history
  4. style

    Mustafa Fırtına committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    d7a8c13 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. fixed interval ms

    Mustafa Fırtına committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    615fc86 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Configuration menu
    Copy the full SHA
    cf004d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2020

  1. format

    Mustafa Fırtına committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    9ac9839 View commit details
    Browse the repository at this point in the history
  2. update

    Mustafa Fırtına committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    0b63888 View commit details
    Browse the repository at this point in the history