shlxue opened a new pull request, #5344: URL: https://github.com/apache/hop/pull/5344
Change the column name to DATA_TYPE JDK api DatabaseMetaData.getColumns: 1. TABLE_CAT String => table catalog (may be null) 2. TABLE_SCHEM String => table schema (may be null) 3. TABLE_NAME String => table name 4. COLUMN_NAME String => column name 5. DATA_TYPE int => SQL type from java.sql.Types 6. TYPE_NAME String => Data source dependent type name, for a UDT the type name is fully qualified ... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
