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

str_to_date function push down #1961

Merged
merged 8 commits into from
Jun 3, 2021

Commits on May 24, 2021

  1. squash all commit of str_to_date

    Signed-off-by: JaySon-Huang <jayson.hjs@gmail.com>
    JaySon-Huang committed May 24, 2021
    Configuration menu
    Copy the full SHA
    afd8901 View commit details
    Browse the repository at this point in the history
  2. Confirm test pass

    Signed-off-by: JaySon-Huang <jayson.hjs@gmail.com>
    JaySon-Huang committed May 24, 2021
    Configuration menu
    Copy the full SHA
    0f70f26 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Fix bug for str_to_date nullable input column

    Remove unreasonable include
    
    Signed-off-by: JaySon-Huang <jayson.hjs@gmail.com>
    JaySon-Huang committed May 25, 2021
    Configuration menu
    Copy the full SHA
    ab8b637 View commit details
    Browse the repository at this point in the history
  2. Support calling strToDateDate on two column

    Signed-off-by: JaySon-Huang <jayson.hjs@gmail.com>
    JaySon-Huang committed May 25, 2021
    Configuration menu
    Copy the full SHA
    229f388 View commit details
    Browse the repository at this point in the history
  3. Port test cases from mysql; Fix bug for parsing "03-01-02 8:11:2.1234…

    …56" with format "%Y-%m-%d %H:%i:%S.%#"
    
    Signed-off-by: JaySon-Huang <jayson.hjs@gmail.com>
    JaySon-Huang committed May 25, 2021
    Configuration menu
    Copy the full SHA
    4893a34 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

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

Commits on Jun 3, 2021

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