ajantha-bhat commented on a change in pull request #3764:
URL:
https://github.com/apache/carbondata/pull/3764#discussion_r424911515##########
File path: integration/spark/src/main/scala/org/apache/spark/sql/execution/command/mutation/merge/CarbonMergeDataSetCommand.scala
##########
@@ -267,7 +267,8 @@ case class CarbonMergeDataSetCommand(
StructField(status_on_mergeds, IntegerType)))
val factory =
new SparkCarbonFileFormat().prepareWrite(sparkSession, job,
- carbonTable.getTableInfo.getFactTable.getTableProperties.asScala.toMap, schema)
+ carbonTable.getTableInfo.getFactTable.getTableProperties.asScala
Review comment:
or we can add new table property instead of using the source table property to sort the tupleid, status_on_mergeds if it can improve query performance.
----------------------------------------------------------------
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:
[hidden email]