I have a apache spark dataframe, it has multiple columns with datatype of string, decimal, integer, boolean.I want to write this dataframe to sap hana using spark jdbcDF.write.format("jdbc") . Problem: Spark dataframe is column type. BY default sap h...