jinchengchenghh opened a new issue, #11570: URL: https://github.com/apache/incubator-gluten/issues/11570
### Description https://github.com/apache/incubator-gluten/pull/11566 The version spark 3.5 works well, but spark4.0 and Spark 4.1 introduces BINARY_OUTPUT_STYLE, we only support the default HEX_DISCRETE as spark 3.5, so I will update the test `getRows: binary` after spark 4.0. ``` val BINARY_OUTPUT_STYLE = buildConf("spark.sql.binaryOutputStyle") .doc("The output style used display binary data. Valid values are 'UTF-8', " + "'BASIC', 'BASE64', 'HEX', and 'HEX_DISCRETE'.") .version("4.0.0") .enumConf(BinaryOutputStyle) .createOptional ``` ### Gluten version None -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
