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

Ashok.patel/etlinf 1997/passing variableset in logical project #3834

This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 20, 2024

  1. Changing the logic of ADD_MONTHS

    operator
    Kowsikraja committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    a044563 View commit details
    Browse the repository at this point in the history
  2. Added function support for TO_CLOB function.

    Enabled CLOB datatype.
    rushikeshsapate-dm committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f7ca08a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/datametica/calcite into k…

    …owsikraja/db2-bq/support_for_week_function
    Katakam-Phani-Mahidhar committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    045f60a View commit details
    Browse the repository at this point in the history
  4. build fix

    Katakam-Phani-Mahidhar committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    b657039 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf64ad3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ae5c4a View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Merge pull request #574 from datametica/kowsikraja/db2-bq/support_for…

    …_week_function
    
    Added support for DB2 WEEK function
    dm-shantanuc committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    eb85d75 View commit details
    Browse the repository at this point in the history
  2. Sql select qualify support (#591)

    * Create call in SqlSelectOperator was calling incorrect constructor of SqlSelect which was breaking for select queries with qualify statement
    
    * Code clean up
    
    * Code clean up
    MaheshMishraDM committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    9eed7ef View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    c4edf25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43b2a2e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/datametica/calcite into a…

    …jay.andhale/RTB-729/Fix_For_Precision_Consistency_for_NUMBER_DataType
    dm-ajayandhale committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    349a271 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42144e5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #594 from datametica/rushikesh.sapate/RTB-746_Func…

    …tion_support_for_TO_CLOB
    
    TO_CLOB function support.
    dm-shantanuc committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    8742999 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' of https://github.com/datametica/calcite into a…

    …jay.andhale/RTB-729/Fix_For_Precision_Consistency_for_NUMBER_DataType
    dm-ajayandhale committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    a7fa0f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Merge pull request #592 from datametica/ajay.andhale/RTB-729/Fix_For_…

    …Precision_Consistency_for_NUMBER_DataType
    
    rtb-729 : fix for precision consistency for number data type
    dm-shantanuc committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    26b6e6e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/datametica/calcite into n…

    …aveen.antony/RSFB-2520/resolves-cast-exception-in-correlated
    naveenantonie committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    ca83edc View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    fb26c35 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/datametica/calcite into s…

    …aiteja/oracle/xml_element_function
    
    � Conflicts:
    �	core/src/main/java/org/apache/calcite/sql/fun/SqlLibraryOperators.java
    �	core/src/test/java/org/apache/calcite/rel/rel2sql/RelToSqlConverterDMTest.java
    SaiTejaVenkatapuram committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    a88e79b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57affd2 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/datametica/calcite into m…

    …aster_2
    
    # Conflicts:
    #	core/src/main/java/org/apache/calcite/sql/SqlSelectOperator.java
    #	core/src/main/java/org/apache/calcite/sql/fun/SqlLibrary.java
    #	core/src/main/java/org/apache/calcite/sql/fun/SqlLibraryOperators.java
    #	core/src/test/java/org/apache/calcite/rel/rel2sql/RelToSqlConverterDMTest.java
    rushikeshsapate-dm committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    f2409ac View commit details
    Browse the repository at this point in the history
  5. dm-calcite-upgrade :

    Pull DM calcite
    vijayjogi-dm committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    289b72e View commit details
    Browse the repository at this point in the history
  6. dm-calcite-upgrade :

    Change as SqlLibrary.
    Support CLOB datatype.
    Disable java-comment related testcase.
    vijayjogi-dm committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    718f8c2 View commit details
    Browse the repository at this point in the history
  7. dm-calcite-upgrade :

    Retain TRUNCATE as per DM Calcite.
    Treat CURRENT_DATETIME as function as per DM Calcite.
    Remove addition condition from SqlTimestampDiffFunction
    vijayjogi-dm committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    a1705de View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' of https://github.com/datametica/calcite into V…

    …inayUjee/RSFB-2554/Optimization_of_orderby_columns
    vinayujeedm committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    cbf1a20 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #569 from datametica/saiteja/table_function

    Oracle Table function
    anuragsaxena2k7 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    9545759 View commit details
    Browse the repository at this point in the history
  10. dm-calcite-upgrade :

    Retain count(1) as per DM Caclite.
    Ignore concat fail case for now.
    Refer DATETIME_ADD instead of DATE_ADD
    vijayjogi-dm committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    ce85fb8 View commit details
    Browse the repository at this point in the history
  11. dm-calcite-upgrade :

    Retain DM Calcite implementation for PARSE_TIMESTAMP and CURRENT_DATETIME
    vijayjogi-dm committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    c90911a View commit details
    Browse the repository at this point in the history
  12. dm-calcite-upgrade :

    resultCount increased to 43
    vijayjogi-dm committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    bad9f41 View commit details
    Browse the repository at this point in the history
  13. dm-calcite-upgrade :

    SQl Library testcase comment out
    vijayjogi-dm committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    55ddb2d View commit details
    Browse the repository at this point in the history
  14. dm-calcite-upgrade :

    Prefer RANGE over ROW as per apache calcite
    vijayjogi-dm committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    4a32720 View commit details
    Browse the repository at this point in the history
  15. dm-calcite-upgrade :

    Modify the test case as per DM calcite implementation for extra sub-query
    vijayjogi-dm committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    7a45764 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'master' of https://github.com/datametica/calcite into k…

    …owsikraja/split_to_table_fix
    Kowsikraja committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    00100aa View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    2ba48d6 View commit details
    Browse the repository at this point in the history
  2. build fix

    Kowsikraja committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c88cab7 View commit details
    Browse the repository at this point in the history
  3. dm-calcite-upgrade :

    Modified or disabled the test case as per DM calcite
    vijayjogi-dm committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    7dc4d19 View commit details
    Browse the repository at this point in the history
  4. dm-calcite-upgrade :

    As per DM calcite implementation current_datetime considered as function.
    vijayjogi-dm committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    9a6a3c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a642875 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #597 from datametica/revert-569-saiteja/table_func…

    …tion
    
    Revert "Oracle Table function "
    dm-shantanuc committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    53ced90 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #595 from datametica/naveen.antony/RSFB-2520/resol…

    …ves-cast-exception-in-correlated
    
    resolves cast exception in correlated
    anuragsaxena2k7 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a551c32 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9bbf15a View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

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

Commits on Mar 29, 2024

  1. Merge pull request #601 from datametica/saiteja/oracle/tableFunction

    Added support for Oracle Table function
    anuragsaxena2k7 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    b1746f1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/datametica/calcite into V…

    …inayUjee/RSFB-2554/Optimization_of_orderby_columns
    vinayujeedm committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    b102541 View commit details
    Browse the repository at this point in the history
  3. RSFB-2554: Code changes.

    vinayujeedm committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    1316b4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    780a904 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b53798 View commit details
    Browse the repository at this point in the history
  6. dm-calcite-upgrade :

    To align with Mig side rollup implementation comment out it.
    vijayjogi-dm committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    b9f9f1b View commit details
    Browse the repository at this point in the history
  7. dm-calcite-upgrade :

    Comment out POSITION case as per DM calcite.
    vijayjogi-dm committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    44584de View commit details
    Browse the repository at this point in the history
  8. dm-calcite-upgrade :

    Comment out extra bracket in sub query as per DM calcite.
    vijayjogi-dm committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    3fd241f View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    eaf62ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f51b01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4f03fa View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Julian enum support (#604)

    * 'Enum Julian added in SqlDateTimeFormat'
    
    * Changes for checkstyle failure done
    
    * Test case modified
    
    ---------
    
    Co-authored-by: shubham.gupta <[email protected]>
    pYENOHt and shubham-dm committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    8a6bac8 View commit details
    Browse the repository at this point in the history
  2. Nextval - sequence generator (#602)

    * SqlSequenceValueOperator and SqlSpecialOperator take returnTypeInference and operandTypeChecker as arguments
    
    * NEXT_VALUE and CURRENT_VALUE - SqlReturnTypeInference and SqlOperandTypeChecker given
    
    * Test case added
    
    * SqlSequenceValueOperator and SqlSpecialOperator take returnTypeInference and operandTypeChecker as arguments
    
    * NEXT_VALUE and CURRENT_VALUE - SqlReturnTypeInference and SqlOperandTypeChecker given
    
    * Test case added
    
    * Test case added
    shirin-hasan committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    e2a79e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6e9a96 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/datametica/calcite into s…

    …aiteja/first_day_function
    
    � Conflicts:
    �	core/src/test/java/org/apache/calcite/rel/rel2sql/RelToSqlConverterDMTest.java
    SaiTejaVenkatapuram committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    7c328e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    e5050e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5cd0a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50496a1 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/datametica/calcite into V…

    …inayUjee/RSFB-2554/Optimization_of_orderby_columns
    vinayujeedm committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    104b445 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a647c5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #609 from datametica/sahil.raj/raven-etl/calcite

    Addition of BIG_QUERY for the SqlFunction MD5
    dm-shantanuc committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    053f109 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

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

Commits on Apr 8, 2024

  1. Merge pull request #590 from datametica/VinayUjee/RSFB-2554/Optimizat…

    …ion_of_orderby_columns
    
    Optimization of orderby columns for BQ
    anuragsaxena2k7 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    b143d25 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Merge pull request #608 from datametica/naveen.antony/RSFB-2814/varia…

    …ble-not-found-in-Correlated-Exists-issue
    
    variable not found issue in correlated exists query
    anuragsaxena2k7 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    f6f54bc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/datametica/calcite into k…

    …owsikraja/split_to_table_fix
    Kowsikraja committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    17d7c6b View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    233a7dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ac4251 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

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

Commits on Apr 15, 2024

  1. Merge branch 'master' of https://github.com/datametica/calcite into m…

    …aster_2
    
    # Conflicts:
    #	core/src/main/java/org/apache/calcite/rel/rel2sql/SqlImplementor.java
    #	core/src/main/java/org/apache/calcite/sql/dialect/BigQuerySqlDialect.java
    #	core/src/main/java/org/apache/calcite/sql/fun/SqlLibraryOperators.java
    #	core/src/test/java/org/apache/calcite/rel/rel2sql/RelToSqlConverterDMTest.java
    vijayjogi-dm committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    dd44ac5 View commit details
    Browse the repository at this point in the history
  2. dm-calcite-upgrade :

    For BQ Dialect we retain changes for POSITION function.
    For Hive Dialect EXTRACT function, for array type wrap around ( bracket same as DM calcite
    vijayjogi-dm committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    cc0fc31 View commit details
    Browse the repository at this point in the history
  3. dm-calcite-upgrade :

    For Spark Dialect we retain changes for INSTR function. Test case formatting.
    vijayjogi-dm committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    2f3659c View commit details
    Browse the repository at this point in the history
  4. dm-calcite-upgrade :

    Added extra constructor to support additonal SqlKind for SqlPositionFunction. Retain DM Calcite changes for OperandTypes related changes in SqlLeadLagAggFunction
    vijayjogi-dm committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    ab08c3e View commit details
    Browse the repository at this point in the history
  5. dm-calcite-upgrade :

    Support SYMBOL SqlType for TimeStamp Diff function and Add new constructor for passing SqlKind in SqlTimestampDiffFunction
    vijayjogi-dm committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    43f0f45 View commit details
    Browse the repository at this point in the history
  6. dm-calcite-upgrade :

    Reffer column alias for Rollup and to avoid nullpointer retain old condition from dm calcite
    vijayjogi-dm committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    e1f1650 View commit details
    Browse the repository at this point in the history
  7. dm-calcite-upgrade :

    Retain function defination as per dm calcite.
    vijayjogi-dm committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    9cdf059 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9cc8c95 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #598 from datametica/saiteja/to_date_function

    Added to_date support
    dm-shantanuc committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    eb030d5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c5f9cf2 View commit details
    Browse the repository at this point in the history
  11. CLOB:

     - Fixed TC failing due to CLOB datatype i.e. previously enabled
    rushikeshsapate-dm committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    8e23abb View commit details
    Browse the repository at this point in the history
  12. Merge pull request #615 from datametica/rushikesh.sapate/CLOB_datatyp…

    …e_support_TC_fix
    
    CLOB datatype
    dm-shantanuc committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    f9d65e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. dm-calcite-upgrade :

    Comment out emulateNullDirection method to retain DM Calcite behaviour.
    vijayjogi-dm committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    280ffee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba84055 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/datametica/calcite into v…

    …ikas.suryawanshi/checker_framework_version_update
    vikassuryawanshi1 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    393ed5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5039fc View commit details
    Browse the repository at this point in the history
  5. dm-calcite upgrade:

     - modified addition of FilterFlattenCorrelatedConditionRule in RelDecorrelator.java
    rushikeshsapate-dm committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    bd0fff5 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Merge pull request #614 from datametica/vikas.suryawanshi/checker_fra…

    …mework_version_update
    
    updated the checker framework version
    dm-shantanuc committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    32b395d View commit details
    Browse the repository at this point in the history
  2. dm-calcite-upgrade :

    Unnest handled using 'operands' class property.
    vijayjogi-dm committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    9610620 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    531daa6 View commit details
    Browse the repository at this point in the history
  4. dm-calcite-upgrade :

    Revert Unnest handled using 'operands' class property.
    vijayjogi-dm committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    75f2d1b View commit details
    Browse the repository at this point in the history
  5. dm-calcite upgrade:

     - returned groupSet2, groupSets2 instead of groupSet, groupSets as it
     was getting modified.
    rushikeshsapate-dm committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    6ca6d77 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ebb90af View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. dm-calcite-upgrade :

    Code style
    vijayjogi-dm committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    3d8ecb2 View commit details
    Browse the repository at this point in the history
  2. dm-calcite-upgrade :

    INSTR is also supprted by Oracle.
    Remove duplicate code.
    Refer emulateNullDirectionForUnsupportedNullsRangeSortDirection as per DM Calcite changes
    vijayjogi-dm committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    4b4ce85 View commit details
    Browse the repository at this point in the history
  3. dm-calcite-upgrade :

    Revert changes related to STRPOS and INSTR.
    Revert changes related to ARRAY, SAFE_CAST, EXTRACT and POSITION.
    Remove extra bracket.
    vijayjogi-dm committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    f8afe18 View commit details
    Browse the repository at this point in the history
  4. dm-calcite upgrade:

     - Commented assert statement in Correlate.java constructor as it is not required for dm-calcite and we have fix around the same in mig.
    rushikeshsapate-dm committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b9bd8e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c06aa42 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    cd19872 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #617 from datametica/revert-614-vikas.suryawanshi/…

    …checker_framework_version_update
    
    Revert "updated the checker framework version"
    dm-shantanuc committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    0fa1c4e View commit details
    Browse the repository at this point in the history
  3. dm-calcite-upgrade :

    Handle INSTR function with more than 2 args.
    Modify test case as per DM calcite additional projection impl.
    Remove extra projection.
    Modify VALUES test case and EXPR$0.
    Modify test case for CUBE, ROLLUP grouping sets
    vijayjogi-dm committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    d599e63 View commit details
    Browse the repository at this point in the history
  4. dm-calcite-upgrade :

    Handle INSTR function with more than 2 args.
    Modify test case as per DM calcite additional projection impl.
    Remove extra projection.
    Modify VALUES test case and EXPR$0.
    Modify test case for CUBE, ROLLUP grouping sets
    vijayjogi-dm committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    87639e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. dm-calcite-upgrade :

    Handle use case DatabricksTableMergeModify
    vijayjogi-dm committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    8663fcc View commit details
    Browse the repository at this point in the history
  2. dm-calcite-upgrade :

    To handle the use case where first two args are literal
    INSTR('CALIFORNIA', 'A', - 1, 1)
    vijayjogi-dm committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    1993fcd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #596 from datametica/saiteja/oracle/xml_element_fu…

    …nction
    
    Added support for XMLElement function
    dm-shantanuc committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    9b51579 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8b3fa1 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of https://github.com/datametica/calcite into d…

    …ivyansh/array-concat
    divyansh-sh committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    95f88b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    ff8ca22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f48d07e View commit details
    Browse the repository at this point in the history
  3. dm-calcite-upgrade :

    Fix style issues.
    vijayjogi-dm committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    66ec18a View commit details
    Browse the repository at this point in the history
  4. dm-calcite-upgrade :

    Fix style issues.
    vijayjogi-dm committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    1a5e117 View commit details
    Browse the repository at this point in the history
  5. dm-calcite-upgrade :

    Disabled couple of test cases, so that we can build and publish jar.
    vijayjogi-dm committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    7c5d6a6 View commit details
    Browse the repository at this point in the history
  6. dm-calcite-upgrade :

    Remove module name for time being, so that we can build jar.
    vijayjogi-dm committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    15b095c View commit details
    Browse the repository at this point in the history
  7. dm-calcite-upgrade :

    Remove module name for time being, so that we can build jar.
    vijayjogi-dm committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    c7a6605 View commit details
    Browse the repository at this point in the history
  8. dm-calcite-upgrade :

    Add property allowInsecureProtocol
    vijayjogi-dm committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    6301183 View commit details
    Browse the repository at this point in the history
  9. dm-calcite-upgrade :

    Add property allowInsecureProtocol
    vijayjogi-dm committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    5cd2a39 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. dm-calcite-upgrade :

    Stop publishing for specific module
    vijayjogi-dm committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    f8fda48 View commit details
    Browse the repository at this point in the history
  2. dm-calcite-upgrade :

    Stop publishing for specific module
    vijayjogi-dm committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3622e67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de9c5b9 View commit details
    Browse the repository at this point in the history
  4. dm-calcite-upgrade :

    Allow to publish for InsecureProtocol
    vijayjogi-dm committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    de37bd8 View commit details
    Browse the repository at this point in the history
  5. dm-calcite-upgrade :

    Allow to publish for InsecureProtocol
    vijayjogi-dm committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    626126f View commit details
    Browse the repository at this point in the history
  6. dm-calcite-upgrade :

    Allow to publish for InsecureProtocol
    vijayjogi-dm committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    e57b3a9 View commit details
    Browse the repository at this point in the history
  7. dm-calcite-upgrade :

    Allow to publish for InsecureProtocol
    vijayjogi-dm committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    29f0cc0 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. dm-calcite-upgrade :

    Allow to publish for InsecureProtocol
    vijayjogi-dm committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    fa13078 View commit details
    Browse the repository at this point in the history
  2. dm-calcite-upgrade :

    Allow to publish for InsecureProtocol
    vijayjogi-dm committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    27528b4 View commit details
    Browse the repository at this point in the history
  3. dm-calcite-upgrade :

    Allow to publish for InsecureProtocol
    vijayjogi-dm committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    9dcabfb View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Merge pull request #619 from datametica/naveen.antony/RSFB-2934-chang…

    …e-opreand-type-of-CONCAT2-function
    
    edits CONCAT2 operator
    anuragsaxena2k7 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    77427ca View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/datametica/calcite into d…

    …ivyansh/array-concat
    Kowsikraja committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    5fc047b View commit details
    Browse the repository at this point in the history
  3. autostyle fix

    Kowsikraja committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    5281247 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #581 from datametica/divyansh/array-concat

    Adding array concat and array function
    dm-shantanuc committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    af3b8a6 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. dm-calcite-upgrade :

    Revert InsecureProtocol related changes
    vijayjogi-dm committed May 2, 2024
    Configuration menu
    Copy the full SHA
    c5e417f View commit details
    Browse the repository at this point in the history
  2. dm-calcite-upgrade :

    Revert InsecureProtocol related changes
    vijayjogi-dm committed May 2, 2024
    Configuration menu
    Copy the full SHA
    78be69d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6798351 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. dm-calcite-upgrade :

    Remove apache calcite condition for extra proejction and also handle condition properly as per apache calcite.
    Change return type for TRY_TO_DATE function
    vijayjogi-dm committed May 7, 2024
    Configuration menu
    Copy the full SHA
    7373ca0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/datametica/calcite into m…

    …aster_2
    
    # Conflicts:
    #	core/src/main/java/org/apache/calcite/sql/fun/SqlLibraryOperators.java
    #	core/src/test/java/org/apache/calcite/jdbc/CalciteRemoteDriverTest.java
    #	core/src/test/java/org/apache/calcite/sql/test/SqlOperatorBaseTest.java
    #	core/src/test/java/org/apache/calcite/sql/test/SqlTypeNameTest.java
    vijayjogi-dm committed May 7, 2024
    Configuration menu
    Copy the full SHA
    4075e1a View commit details
    Browse the repository at this point in the history
  3. dm-calcite upgrade:

      Excluded RexSimplify changes for CHAR type of terms as it appended empty spaces to equalize the lengths of unequal string literals.
    rushikeshsapate-dm committed May 7, 2024
    Configuration menu
    Copy the full SHA
    7ef9c87 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. dm-calcite upgrade:

      - changed operand types of CONCAT2 functions as per dm-calcite
      - Modified output of testInPlan()
      reason -- Excluded RexSimplify changes for CHAR type of terms as it appended empty spaces to equalize the lengths of unequal string literals.
    rushikeshsapate-dm committed May 8, 2024
    Configuration menu
    Copy the full SHA
    a9b1572 View commit details
    Browse the repository at this point in the history
  2. dm-calcite-upgrade :

    Fixed the style issues
    vijayjogi-dm committed May 8, 2024
    Configuration menu
    Copy the full SHA
    6a069f0 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Merge branch 'master' of https://github.com/datametica/calcite into s…

    …aiteja/first_day_function
    
    � Conflicts:
    �	core/src/test/java/org/apache/calcite/rel/rel2sql/RelToSqlConverterDMTest.java
    SaiTejaVenkatapuram committed May 10, 2024
    Configuration menu
    Copy the full SHA
    4d3e149 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #607 from datametica/saiteja/first_day_function

    Added first day function support
    anuragsaxena2k7 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    3bba89e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #587 from datametica/saiteja/db2_bq/last_day

    Added support Last_day function
    anuragsaxena2k7 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    1fa4321 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #583 from datametica/kowsikraja/db2-bq/support_for…

    …_daysbetween_function
    
    Added support for DB2 DAYS_BETWEEN function
    anuragsaxena2k7 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    e81960d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #593 from datametica/kowsikraja/db2-bq/support_for…

    …_addmonths_function
    
    Changing the logic of ADD_MONTHS
    anuragsaxena2k7 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    ebb85bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e239bb View commit details
    Browse the repository at this point in the history
  7. Merge pull request #630 from datametica/revert-593-kowsikraja/db2-bq/…

    …support_for_addmonths_function
    
    Revert "Changing the logic of ADD_MONTHS"
    dm-shantanuc committed May 10, 2024
    Configuration menu
    Copy the full SHA
    8265547 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4e70b88 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #631 from datametica/revert-583-kowsikraja/db2-bq/…

    …support_for_daysbetween_function
    
    Revert "Added support for DB2 DAYS_BETWEEN function"
    dm-shantanuc committed May 10, 2024
    Configuration menu
    Copy the full SHA
    66df7e4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ba2df78 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #632 from datametica/revert-587-saiteja/db2_bq/las…

    …t_day
    
    Revert "Added support Last_day function"
    dm-shantanuc committed May 10, 2024
    Configuration menu
    Copy the full SHA
    3286937 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. dm-calcite upgrade:

      - referred DM_TIMESTAMP_ADD FOR dm changes
      - added extra operand type for OCTET_LENGTH function refering to DM changes(OperandTypes.family(SqlTypeFamily.CHARACTER))
    rushikeshsapate-dm committed May 12, 2024
    Configuration menu
    Copy the full SHA
    de7288f View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    2061077 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4eef43b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e1baf1 View commit details
    Browse the repository at this point in the history
  4. reverted the changes

    Kowsikraja committed May 13, 2024
    Configuration menu
    Copy the full SHA
    a067415 View commit details
    Browse the repository at this point in the history
  5. Changing the logic of ADD_MONTHS

    operator
    Kowsikraja committed May 13, 2024
    Configuration menu
    Copy the full SHA
    a00b5cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    98cec3c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    896a49c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    00d3535 View commit details
    Browse the repository at this point in the history
  9. test case fix

    Kowsikraja committed May 13, 2024
    Configuration menu
    Copy the full SHA
    17d91a9 View commit details
    Browse the repository at this point in the history
  10. dm-calcite-upgrade :

    Revert couple of disable  test cases changes
    vijayjogi-dm committed May 13, 2024
    Configuration menu
    Copy the full SHA
    11d6c05 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #623 from datametica/vikas.suryawanshi/checker_fra…

    …mework_version_update_latest
    
    checker framework version update
    dm-shantanuc committed May 13, 2024
    Configuration menu
    Copy the full SHA
    aa0ac03 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Merge pull request #633 from datametica/kowsikraja/sprint_10_tickets

    Added support for DB2 DAYS_BETWEEN and ADD_DAYS and TRUNC function and changing LAST_DAY and ADD_MONTHS logic
    anuragsaxena2k7 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    b9a5585 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. dm-calcite-upgrade :

    Revert couple of disable  test cases changes and also modified.
    Remove excpetion for ITEM from BigQuerySqlDialect.
    vijayjogi-dm committed May 15, 2024
    Configuration menu
    Copy the full SHA
    014672d View commit details
    Browse the repository at this point in the history
  2. dm-calcite-upgrade :

    Move Raven ETL rules code
    vijayjogi-dm committed May 15, 2024
    Configuration menu
    Copy the full SHA
    5acf15f View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Merge branch 'master' of https://github.com/datametica/calcite into m…

    …aster_2
    
    # Conflicts:
    #	core/src/main/java/org/apache/calcite/sql/SqlIntervalQualifier.java
    #	core/src/main/java/org/apache/calcite/sql/fun/SqlLibraryOperators.java
    #	core/src/main/java/org/apache/calcite/sql/validate/AbstractNamespace.java
    #	core/src/test/java/org/apache/calcite/rel/rel2sql/RelToSqlConverterDMTest.java
    #	gradle.properties
    #	linq4j/src/main/java/org/apache/calcite/linq4j/Nullness.java
    rushikeshsapate-dm committed May 16, 2024
    Configuration menu
    Copy the full SHA
    fc4a9a7 View commit details
    Browse the repository at this point in the history
  2. dm-calcite upgrade:

      - ISOWEEK support is added in avatica by DM
    rushikeshsapate-dm committed May 16, 2024
    Configuration menu
    Copy the full SHA
    3e6d379 View commit details
    Browse the repository at this point in the history
  3. dm-calcite upgrade:

      - fixed TC
    rushikeshsapate-dm committed May 16, 2024
    Configuration menu
    Copy the full SHA
    1ee4327 View commit details
    Browse the repository at this point in the history
  4. dm-calcite-upgrade :

    Fixed style issue
    vijayjogi-dm committed May 16, 2024
    Configuration menu
    Copy the full SHA
    bcc578b View commit details
    Browse the repository at this point in the history
  5. dm-calcite upgrade:

      - disabled inferJoinEqualConditions(joinFilters, join) as it was modifying the output query in mig related to correlate also we found some uncertainty around the developement. Please refer [CALCITE-5073] and childs.
      - modified TCs related to above
    rushikeshsapate-dm committed May 16, 2024
    Configuration menu
    Copy the full SHA
    589c989 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4933efd View commit details
    Browse the repository at this point in the history
  7. dm-calcite-upgrade :

    Fix avatica version issue
    vijayjogi-dm committed May 16, 2024
    Configuration menu
    Copy the full SHA
    44dba8d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ce04636 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. dm-calcite-upgrade :

    Temp currentIndentNeeded variable added, so that Starling test cases getting pass.
    vijayjogi-dm committed May 20, 2024
    Configuration menu
    Copy the full SHA
    45c5d9c View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. dm-calcite-upgrade :

    Revert - temp currentIndentNeeded variable added, so that Starling test cases getting pass.
    vijayjogi-dm committed May 21, 2024
    Configuration menu
    Copy the full SHA
    fa0e402 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. dm-calcite upgrade:

      - Enhanced termCompareChars() to handle cases where relDataTypes.size() == 1, as encountered in raven-etl.
    rushikeshsapate-dm committed May 22, 2024
    Configuration menu
    Copy the full SHA
    82cd9f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1f18c3 View commit details
    Browse the repository at this point in the history
  3. dm-calcite upgrade:

      - Enhanced termCompareChars() to handle cases where relDataTypes.size() == 1, as encountered in raven-etl.
    rushikeshsapate-dm committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d5657db View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Jayesh/fix calcite 3745 compileexception multiple classloaders (#641)

    * Temporary Fix for CALCITE-3745: CompileException in UnitCompiler with multiple class loaders
    ---------
    
    Co-authored-by: Jayesh Shukla <[email protected]>
    JayShukla001 and Jayesh Shukla committed May 27, 2024
    Configuration menu
    Copy the full SHA
    dac1d1e View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

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

Commits on Jun 5, 2024

  1. Merge branch 'master' of https://github.com/datametica/calcite into m…

    …aster_2
    
    # Conflicts:
    #	core/src/main/java/org/apache/calcite/rel/metadata/JaninoRelMetadataProvider.java
    rushikeshsapate-dm committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    a669626 View commit details
    Browse the repository at this point in the history
  2. dm-calcite upgrade:

      - master merge conflict resolution
    rushikeshsapate-dm committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    1ab3344 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. dm-calcite-upgrade :

    Fix style issue
    vijayjogi-dm committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    922b2c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbada30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2ea5dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c70c331 View commit details
    Browse the repository at this point in the history
  5. dm-calcite-upgrade :

    Fix nexus Calcite-server issue by including missing module in build.gradle.kts
    vijayjogi-dm committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    c21e677 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    5e9463f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87e31ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    235b099 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Merge branch 'master' of https://github.com/datametica/calcite into k…

    …owsikraja/sprint12_and_sprint13_fixes
    Kowsikraja committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    4b437c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    978981a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb5bbc7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b5cb5c View commit details
    Browse the repository at this point in the history
  5. dm-calcite-upgrade :

    Handle regression nullpointer issue
    vijayjogi-dm committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    cfd78b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

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

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    2fafee4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/datametica/calcite into m…

    …aster_2
    
    � Conflicts:
    �	core/src/main/java/org/apache/calcite/rel/rel2sql/RelToSqlConverter.java
    vijayjogi-dm committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    26bd77b View commit details
    Browse the repository at this point in the history
  3. dm-calcite-upgrade :

    Sync with master
    vijayjogi-dm committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    5904c4f View commit details
    Browse the repository at this point in the history
  4. pipeline fix

    Kowsikraja committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    2f2aeed View commit details
    Browse the repository at this point in the history
  5. dm-calcite-upgrade :

    Sync with master
    vijayjogi-dm committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    cb47177 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. resolving PR comments

    Kowsikraja committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    fe91f8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfd939b View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Merge pull request #646 from datametica/master_2

    dm_calcite upgrade 2024 to know more about changes refer https://datametica.atlassian.net/browse/RAVEN-269.
    vijayjogi-dm committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    fc76af6 View commit details
    Browse the repository at this point in the history
  2. dm-calcite-upgrade :

    Change jvmargs and avatica version
    vijayjogi-dm committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    60b8ca6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #655 from datametica/master_2

    dm-calcite-upgrade :
    vijayjogi-dm committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    8735389 View commit details
    Browse the repository at this point in the history
  4. dm-calcite-upgrade :

    Change jvmargs and avatica version
    vijayjogi-dm committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    f840baa View commit details
    Browse the repository at this point in the history
  5. Merge pull request #656 from datametica/master_2

    dm-calcite-upgrade :
    vijayjogi-dm committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    3e0a0ba View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Merge pull request #643 from datametica/nirnay.patil/raven/RSFB-1158-…

    …SUPPORT-FOR-COLLATE
    
    RSFB-1158: changes for collate function
    anuragsaxena2k7 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    dfa1161 View commit details
    Browse the repository at this point in the history
  2. rebase master

    Kowsikraja committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    e487422 View commit details
    Browse the repository at this point in the history
  3. resolving conflicts

    Kowsikraja committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    85ae59c View commit details
    Browse the repository at this point in the history
  4. resolving conflicts 1

    Kowsikraja committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    1e82789 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    16f9742 View commit details
    Browse the repository at this point in the history
  6. pipeline failure fix

    Kowsikraja committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    4fb7657 View commit details
    Browse the repository at this point in the history
  7. rebase master

    Kowsikraja committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    0c50ee2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    58616fb View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    2b091ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba821de View commit details
    Browse the repository at this point in the history
  3. Merge pull request #647 from datametica/kowsikraja/sprint12_fixes

    Added support for Spark COLLECT_LIST and CONCAT_WS function and STANDARD_HASH and BITANDOR and DB2 TIMESTAMP_TRUNC functions
    anuragsaxena2k7 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    4a9199f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    dd84e6a View commit details
    Browse the repository at this point in the history
  2. resolving PR comments

    Kowsikraja committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    54825e4 View commit details
    Browse the repository at this point in the history
  3. Support for To_Date with Concat

    abhishek.kumar1 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    15c84dd View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/datametica/calcite into a…

    …bhishek.kumar1/RTB-69_TO_DATE
    abhishek.kumar1 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    7e786e5 View commit details
    Browse the repository at this point in the history
  5. java doc

    Katakam-Phani-Mahidhar committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    ac37344 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' of https://github.com/datametica/calcite into k…

    …owsikraja/sprint_13_fixes
    Kowsikraja committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    f478a0e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #648 from datametica/kowsikraja/sprint_13_fixes

    Added support for EMPTY_CLOB function and unparsing logic of SqlIntervalQualifiers and CLOB datatype and BITAND function in POSTGRES
    dm-shantanuc committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    0d1f6ab View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Merge branch 'master' of https://github.com/datametica/calcite into a…

    …bhishek.kumar1/RTB-69_TO_DATE
    abhishek.kumar1 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    9676801 View commit details
    Browse the repository at this point in the history
  2. Support for To_Date with Concat

    abhishek.kumar1 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    84c517d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #659 from datametica/kowsikraja/ora_py/rule_for_so…

    …rt_aggregation_transformation
    
    Added DatabricksSortAggregateTransformationRule
    dm-shantanuc committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    88b1d87 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

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

Commits on Jun 28, 2024

  1. To avoid losing of variable set in rel builder project, variable set …

    …is passed with visited/modified rexnode with correct cor id.
    ashokpatel2197 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    2afe88a View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Support for IN clause in join condition (#618)

    * Changed rel if in clause is in join condition
    
    * Changed rel if in clause is in join condition
    
    * Added Swift test case
    
    * Added support for in clause
    
    * fixes
    
    * right table shift fix
    
    * right table shift fix
    
    * resolved comments
    
    * resolved comments
    
    * documentation
    
    * comment
    
    ---------
    
    Co-authored-by: katakam.mahidhar <[email protected]>
    Configuration menu
    Copy the full SHA
    d3a2010 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/datametica/calcite into a…

    …shok.patel/ETLINF-1997/passing_variableset_in_proect
    ashokpatel2197 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    66e4952 View commit details
    Browse the repository at this point in the history
  3. checkStyle fixes.

    ashokpatel2197 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    b01506e View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/datametica/calcite into a…

    …bhishek.kumar1/RTB-69_TO_DATE
    abhishek.kumar1 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    39a2f86 View commit details
    Browse the repository at this point in the history
  5. Support for To_Date with Concat

    abhishek.kumar1 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    b20ba83 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Support for To_Date with Concat

    abhishek.kumar1 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f4e0ff4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #661 from datametica/abhishek.kumar1/RTB-69_TO_DATE

    Abhishek.kumar1/RTB-69 To_Date with Concat
    dm-shantanuc committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f1019f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. fix for logical project where variable set was being trimmed in field…

    … trimmer
    ashokpatel2197 authored and Ashok Patel committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    ce76314 View commit details
    Browse the repository at this point in the history
  2. To avoid losing of variable set in rel builder project, variable set …

    …is passed with visited/modified rexnode with correct cor id.
    ashokpatel2197 authored and Ashok Patel committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    6a6fdd6 View commit details
    Browse the repository at this point in the history
  3. checkStyle fixes.

    ashokpatel2197 authored and Ashok Patel committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    0716e7b View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/ashok.patel/ETLINF-1997/passing_…

    …variableset_in_proect' into ashok.patel/ETLINF-1997/passing_variableset_in_proect
    Ashok Patel authored and Ashok Patel committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    f75ad25 View commit details
    Browse the repository at this point in the history
  5. codenarc

    ashokpatel2197 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    65aa187 View commit details
    Browse the repository at this point in the history
  6. codenarc

    ashokpatel2197 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    3e98448 View commit details
    Browse the repository at this point in the history
  7. master update

    ashokpatel2197 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    d55fb16 View commit details
    Browse the repository at this point in the history
  8. To avoid losing of variable set in rel builder project, variable set …

    …is passed with visited/modified rexnode with correct cor id.
    ashokpatel2197 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    536466f View commit details
    Browse the repository at this point in the history
  9. checkStyle fixes.

    ashokpatel2197 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    1d4d2c4 View commit details
    Browse the repository at this point in the history
  10. codenarc

    ashokpatel2197 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    4544f45 View commit details
    Browse the repository at this point in the history
  11. codenarc

    ashokpatel2197 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    69dda82 View commit details
    Browse the repository at this point in the history
  12. master update

    ashokpatel2197 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    bfe41f5 View commit details
    Browse the repository at this point in the history
  13. Merge remote-tracking branch 'origin/ashok.patel/ETLINF-1997/passing_…

    …variableset_in_proect' into ashok.patel/ETLINF-1997/passing_variableset_in_proect
    ashokpatel2197 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    b1afc59 View commit details
    Browse the repository at this point in the history