Description
Enable parsing Binary and Varbinary column types which are represented as BytesWritable in Sqoop generated classes. Currently, Sqoop generated classes for database tables support serializing BytesWritable fields into files (while importing), but not the other way around for deserializing the records back when exporting from HDFS.
We need to handle this for supporting Varbinary federation columns as well as Binary and Varbinary columns in MS Sql Server