Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Support of nested function calls in new engine #1175

Open
wants to merge 52 commits into
base: develop
Choose a base branch
from

Commits on May 6, 2021

  1. Support long literals (opendistro-for-elasticsearch#2)

    * Support long in SQL
    
    * Add comparison test
    
    * Add long support in PPL
    
    * Add PPL doc
    
    * Add PPL IT
    
    * Update doc
    
    * More UT
    
    Co-authored-by: Dai <[email protected]>
    FreCap and dai-chen authored May 6, 2021
    Configuration menu
    Copy the full SHA
    599a8ab View commit details
    Browse the repository at this point in the history
  2. Adding support to NOT REGEXP_QUERY, which is currently failing when r…

    …un with "Negative operator [REGEXP] is not supported." (opendistro-for-elasticsearch#1)
    FreCap authored May 6, 2021
    Configuration menu
    Copy the full SHA
    8b942a6 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

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

Commits on May 22, 2021

  1. In support (opendistro-for-elasticsearch#3)

    * Adding IN feature in new Engine
    
    * IN: fixing some CSV strange behavior that in the legacy engine COUNT is returning float, and some tests for the new engine were disabled for that
    FreCap authored May 22, 2021
    Configuration menu
    Copy the full SHA
    4a5f712 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Date Autocast for new engine

    FreCap committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    f6d62d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    862b9c4 View commit details
    Browse the repository at this point in the history
  3. Date Autocast for new engine

    FreCap committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    a6e0935 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'freRemote/date-autocast-new-engine' int…

    …o date-autocast-new-engine
    FreCap committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    08f83b6 View commit details
    Browse the repository at this point in the history
  5. Date Autocast for new engine

    FreCap committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    4910e2d View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

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

Commits on Jun 12, 2021

  1. Adding support for much more permissive date parsing for ExprTimestam…

    …pValue creation (support of T or not T, autofill missing part with 0s)
    FreCap committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    3a93478 View commit details
    Browse the repository at this point in the history
  2. Merge pull request opendistro-for-elasticsearch#2 from FreCap/add-sup…

    …port-timestamp-without-t
    
    Adding support for much more permissive date parsing for ExprTimestam…
    FreCap authored Jun 12, 2021
    Configuration menu
    Copy the full SHA
    656ea2a View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2021

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

Commits on Jun 30, 2021

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

Commits on Jul 1, 2021

  1. Fixing date after merge

    FreCap committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    19bedb2 View commit details
    Browse the repository at this point in the history
  2. Revert "In support (opendistro-for-elasticsearch#3)"

    This reverts commit 4a5f712
    FreCap committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    e0928c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

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

Commits on Jul 21, 2021

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

Commits on Aug 13, 2021

  1. Improved support of jdbc format for nested fields in SELECT statements

    cip999 authored and cip999 committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    6114478 View commit details
    Browse the repository at this point in the history
  2. Improved support of jdbc format for nested fields in SELECT statements

    cip999 authored and cip999 committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    1a9d1aa View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2021

  1. Now jdbc format takes into account limit (if it exists) when flatteni…

    …ng rows
    cip999 authored and cip999 committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    880c258 View commit details
    Browse the repository at this point in the history
  2. Updated some variable names for clarity's sake

    cip999 authored and cip999 committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    5072613 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'jdbc-nested' into nestedLimit-comparison-datecast

    cip999 authored and cip999 committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    4a70d84 View commit details
    Browse the repository at this point in the history
  4. Test commit

    cip999 authored and cip999 committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    501ab9f View commit details
    Browse the repository at this point in the history
  5. Update actions to run on next LTS Ubuntu version

    cip999 authored and cip999 committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    7df68e4 View commit details
    Browse the repository at this point in the history
  6. Update actions to run on next LTS Ubuntu version

    cip999 authored and cip999 committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    a17f901 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'nestedLimit-comparison-datecast' into enforceLimit-nest…

    …edSubProp
    cip999 authored and cip999 committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    b670e86 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2021

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

Commits on Aug 22, 2021

  1. Configuration menu
    Copy the full SHA
    83107e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5ea58b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3644545 View commit details
    Browse the repository at this point in the history
  4. Added "datetime_format" URL parameter to handle jdbj date and time fo…

    …rmatting with new engine
    cip999 authored and cip999 committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    89a6567 View commit details
    Browse the repository at this point in the history
  5. Added "datetime_format" URL parameter to handle jdbj date and time fo…

    …rmatting with new engine
    cip999 authored and cip999 committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    209664b View commit details
    Browse the repository at this point in the history
  6. Added "datetime_format" URL parameter to handle jdbj date and time fo…

    …rmatting with new engine
    cip999 authored and cip999 committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    b412e9a View commit details
    Browse the repository at this point in the history
  7. Added "datetime_format" URL parameter to handle jdbj date and time fo…

    …rmatting with new engine
    cip999 authored and cip999 committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    fdfec15 View commit details
    Browse the repository at this point in the history
  8. Added "datetime_format" URL parameter to handle jdbc date and time fo…

    …rmatting with new engine
    cip999 committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    39380c2 View commit details
    Browse the repository at this point in the history
  9. Added "datetime_format" URL parameter to handle jdbc date and time fo…

    …rmatting with new engine
    cip999 committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    60da9ed View commit details
    Browse the repository at this point in the history
  10. Added "datetime_format" URL parameter to handle jdbc date and time fo…

    …rmatting with new engine
    cip999 committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    ea616d8 View commit details
    Browse the repository at this point in the history
  11. Added "datetime_format" URL parameter to handle jdbc date and time fo…

    …rmatting with new engine
    cip999 committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    b6b925d View commit details
    Browse the repository at this point in the history
  12. Added "datetime_format" URL parameter to handle jdbc date and time fo…

    …rmatting with new engine
    cip999 committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    8fb065c View commit details
    Browse the repository at this point in the history
  13. Added "datetime_format" URL parameter to handle jdbc date and time fo…

    …rmatting with new engine
    cip999 committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    8c99a03 View commit details
    Browse the repository at this point in the history
  14. Added "datetime_format" URL parameter to handle jdbc date and time fo…

    …rmatting with new engine
    cip999 committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    e892bda View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Configuration menu
    Copy the full SHA
    ccbbe49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92ca579 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f91648 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76a357f View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Configuration menu
    Copy the full SHA
    27450a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86a7e3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d10353 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c406750 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

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