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

Added EXTRACT_URL_PARAMETER to Doris parsing support (#31508) #33571

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Nov 6, 2024

  1. added extract_url_parameter as extra

    - added test
    - added parser g4 in  `extractUrlParameterFunction`
    - added visitor logic
    - ran spotless
    - ran (though will check again once committed and do a full test)
    ```
    cd test/it/parser/
    mvn -DskipTests=true generate-sources compile install -q
    cd parser/sql/dialect/doris/
    mvn test -Dit.test=InternalDorisParserIT
    ```
    
     Question
    - do we collapse two consecutive changes?
    So
    ```
    // DORIS ADDED END
    // DORIS ADDED BEGIN
    ```
    
    would be
    ```
    ```
    danigiri committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    cd5b1d5 View commit details
    Browse the repository at this point in the history
  2. fixed test index

    danigiri committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    93487b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. fixed all test indexes

    danigiri committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    eed514a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c799a11 View commit details
    Browse the repository at this point in the history
  3. updated release notes

    danigiri committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    df7ec76 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

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

Commits on Nov 26, 2024

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