Uploaded image for project: 'Talend Component Kit'
  1. Talend Component Kit
  2. TCOMP-2565

Dynamic schema with generic JDBCconnection fails with wrong dbtype

Apply templateInsert Lucidchart Diagram
    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 1.63.0
    • None
    • None
    • Hide

      1.import job /xxx/qa_di_up/PerformanceTest/autoCommandLine/all_resources_master_in_one/TestSubCases/TUP-T3172-needToCheckExecuteOutStatus/TestData/TUP-T3172.zip

      2.run job T3172

      Actual result:

      • ID = 0(Integer | VARCHAR | java.lang.Integer)
      • NAME = test(String | VARCHAR | java.lang.String)
      • ADOUBLE = 1.0(Double | VARCHAR | java.lang.Double)

      Expected result:

      • ID = 0(Integer | INT | java.lang.Integer)
      • NAME = test(String | VARCHAR | java.lang.String)
      • ADOUBLE = 1.0(Double | DOUBLE | java.lang.Double)

      [EDIT]
      This ticket is linked to two PRs but only this one is TCOMP : https://github.com/Talend/component-runtime/pull/822
      Another ticket has been created for the TDI side: https://jira.talendforge.org/browse/TDI-50661
      to merge the second PR.

      Show
      1.import job /xxx/qa_di_up/PerformanceTest/autoCommandLine/all_resources_master_in_one/TestSubCases/TUP-T3172-needToCheckExecuteOutStatus/TestData/TUP-T3172.zip 2.run job T3172 Actual result: ID = 0(Integer | VARCHAR | java.lang.Integer) NAME = test(String | VARCHAR | java.lang.String) ADOUBLE = 1.0(Double | VARCHAR | java.lang.Double) Expected result: ID = 0(Integer | INT | java.lang.Integer) NAME = test(String | VARCHAR | java.lang.String) ADOUBLE = 1.0(Double | DOUBLE | java.lang.Double) [EDIT] This ticket is linked to two PRs but only this one is TCOMP : https://github.com/Talend/component-runtime/pull/822 Another ticket has been created for the TDI side: https://jira.talendforge.org/browse/TDI-50661 to merge the second PR.
    • All
    • true
    • Small

    Attachments

      Activity

        People

          Unassigned Unassigned
          yugao yugao
          Axel Catoire, Fabien Desiles, Wei Wang, Wei Yuan
          Votes:
          0 Vote for this issue
          Watchers:
          5 Start watching this issue

          Dates

            Created:
            Updated:
            Resolved: