dongjoon-hyun commented on issue #26549: [SPARK-29644][SQL][2.4] Corrected 
ShortType and ByteType mapping to SmallInt and TinyInt in JDBCUtils
URL: https://github.com/apache/spark/pull/26549#issuecomment-555307738
 
 
   +1 for the partial revert. Only the following part is valid although 
`row.update` is already replaced by `row.setByte`. The test should should not 
be there.
   ```
       case ByteType =>
          (rs: ResultSet, row: InternalRow, pos: Int) =>
            row.update(pos, rs.getByte(pos + 1))
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to