Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-3292

Bug in flink-jdbc. Not all JDBC drivers supported

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.0.0
    • 1.0.0
    • None
    • None
    • Patch, Important

    Description

      Hello,

      In method open in JDBCInputFormat.java, while using dbConn.createStatement, the resultSetType & resultSetConcurrency are hardcoded.
      These two fields may vary with different JDBC drivers & hence it fails in a few cases like SAP HANA Jdbc driver.
      There are two variants of the method dbCon.createStatement, one with parameters & the other without parameters. Both should be supported.

      Thanks & regards,
      Subhobrata

      Attachments

        Activity

          People

            Unassigned Unassigned
            sbcd90 Subhobrata Dey
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: