nsivabalan commented on a change in pull request #2328:
URL: https://github.com/apache/hudi/pull/2328#discussion_r548369634
##########
File path:
hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/hudi/HoodieSparkSqlWriter.scala
##########
@@ -130,9 +130,6 @@ private[hudi] object HoodieSparkSqlWriter {
// scalastyle:off
if (parameters(ENABLE_ROW_WRITER_OPT_KEY).toBoolean &&
operation == WriteOperationType.BULK_INSERT) {
- if (!SPARK_VERSION.startsWith("2.")) {
Review comment:
but unless we test it out, we can't let users try it out and then raise
bugs if it doesn't work IMO.
----------------------------------------------------------------
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]