akashrn5 opened a new pull request #3856: URL: https://github.com/apache/carbondata/pull/3856 avro write ### Why is this PR needed? ### What changes were proposed in this PR? ### Does this PR introduce any user interface change? - No - Yes. (please explain the change and update document) ### Is any new testcase added? - No - Yes ---------------------------------------------------------------- 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] |
CarbonDataQA1 commented on pull request #3856: URL: https://github.com/apache/carbondata/pull/3856#issuecomment-661764814 Build Failed with Spark 2.3.4, Please check CI http://121.244.95.60:12545/job/ApacheCarbonPRBuilder2.3/3451/ ---------------------------------------------------------------- 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] |
In reply to this post by GitBox
CarbonDataQA1 commented on pull request #3856: URL: https://github.com/apache/carbondata/pull/3856#issuecomment-661766963 Build Failed with Spark 2.4.5, Please check CI http://121.244.95.60:12545/job/ApacheCarbon_PR_Builder_2.4.5/1709/ ---------------------------------------------------------------- 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] |
In reply to this post by GitBox
CarbonDataQA1 commented on pull request #3856: URL: https://github.com/apache/carbondata/pull/3856#issuecomment-661812041 Build Failed with Spark 2.4.5, Please check CI http://121.244.95.60:12545/job/ApacheCarbon_PR_Builder_2.4.5/1712/ ---------------------------------------------------------------- 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] |
In reply to this post by GitBox
CarbonDataQA1 commented on pull request #3856: URL: https://github.com/apache/carbondata/pull/3856#issuecomment-661812319 Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12545/job/ApacheCarbonPRBuilder2.3/3454/ ---------------------------------------------------------------- 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] |
In reply to this post by GitBox
CarbonDataQA1 commented on pull request #3856: URL: https://github.com/apache/carbondata/pull/3856#issuecomment-665195269 ---------------------------------------------------------------- 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] |
In reply to this post by GitBox
CarbonDataQA1 commented on pull request #3856: URL: https://github.com/apache/carbondata/pull/3856#issuecomment-672876442 Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12545/job/ApacheCarbon_PR_Builder_2.4.5/1963/ ---------------------------------------------------------------- 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] |
In reply to this post by GitBox
CarbonDataQA1 commented on pull request #3856: URL: https://github.com/apache/carbondata/pull/3856#issuecomment-672878188 Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12545/job/ApacheCarbonPRBuilder2.3/3702/ ---------------------------------------------------------------- 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] |
In reply to this post by GitBox
CarbonDataQA1 commented on pull request #3856: URL: https://github.com/apache/carbondata/pull/3856#issuecomment-676539409 Build Failed with Spark 2.3.4, Please check CI http://121.244.95.60:12545/job/ApacheCarbonPRBuilder2.3/3793/ ---------------------------------------------------------------- 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] |
In reply to this post by GitBox
CarbonDataQA1 commented on pull request #3856: URL: https://github.com/apache/carbondata/pull/3856#issuecomment-676550122 Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12545/job/ApacheCarbon_PR_Builder_2.4.5/2051/ ---------------------------------------------------------------- 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] |
In reply to this post by GitBox
ajantha-bhat commented on a change in pull request #3856: URL: https://github.com/apache/carbondata/pull/3856#discussion_r473876207 ########## File path: integration/spark/src/main/scala/org/apache/spark/sql/execution/command/mutation/merge/CarbonMergeDataSetCommand.scala ########## @@ -106,18 +106,34 @@ case class CarbonMergeDataSetCommand( // decide join type based on match conditions val joinType = decideJoinType + val joinColumn = mergeMatches.joinExpr.expr.asInstanceOf[EqualTo].left + .asInstanceOf[UnresolvedAttribute].nameParts.tail.head + // repartition the the srsDs, if the target as bucketing and the bucketing column and join Review comment: ```suggestion // repartition the srcDs, if the target has bucketing and the bucketing column and join ``` ########## File path: integration/spark/src/main/scala/org/apache/spark/sql/execution/command/mutation/merge/CarbonMergeDataSetCommand.scala ########## @@ -106,18 +106,34 @@ case class CarbonMergeDataSetCommand( // decide join type based on match conditions val joinType = decideJoinType + val joinColumn = mergeMatches.joinExpr.expr.asInstanceOf[EqualTo].left + .asInstanceOf[UnresolvedAttribute].nameParts.tail.head + // repartition the the srsDs, if the target as bucketing and the bucketing column and join + // column are same + val repartitionedSrsDs = Review comment: ```suggestion val repartitionedSrcDs = ``` ########## File path: integration/spark/src/main/spark2.3/org/apache/spark/sql/avro/AvroFileFormatFactory.scala ########## @@ -0,0 +1,49 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.apache.spark.sql.avro + +import com.databricks.spark.avro.{AvroReader, AvroWriter} +import org.apache.spark.rdd.RDD +import org.apache.spark.sql.Row +import org.apache.spark.sql.execution.datasources.OutputWriterFactory + +object AvroFileFormatFactory { Review comment: same as above doubt, may be just use databricks spark acro for both 2.3 and 2.4 ########## File path: integration/spark/pom.xml ########## @@ -153,6 +153,28 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>com.databricks</groupId> + <artifactId>spark-avro_${scala.binary.version}</artifactId> + <version>4.0.0</version> + <exclusions> + <exclusion> + <groupId>org.apache.avro</groupId> + <artifactId>avro</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.apache.spark</groupId> + <artifactId>spark-avro_${scala.binary.version}</artifactId> Review comment: why can't spark2.3 and 2.4 both use databricks spark-avro ? I can understand that other way around is not possible (for both to use spark avro) ########## File path: integration/spark/src/main/scala/org/apache/spark/sql/execution/command/management/CarbonInsertIntoCommand.scala ########## @@ -439,6 +449,11 @@ case class CarbonInsertIntoCommand(databaseNameOp: Option[String], def insertData(loadParams: CarbonLoadParams): (Seq[Row], LoadMetadataDetails) = { var rows = Seq.empty[Row] + val loadDataFrame = if (updateModel.isDefined && !updateModel.get.loadAsNewSegment) { + Some(CommonLoadUtils.getDataFrameWithTupleID(Some(dataFrame))) Review comment: This InsertIntoCommand flow is not meant for update flow yet. Because update will have an implicit column and rearrange schema and all will fail. so, I suggest if `updateModel.get.loadAsNewSegment` is `false` throw unsupported exception now and handle this requirement later. Also when `updateModel.get.loadAsNewSegment = true` (which is our current cdc history data case), **this flow can be used** (as it is just a insert, no actual update flow used). only when `updateModel.get.loadAsNewSegment = false` we cannot use this flow. so someone might use it because of update model support. so, I suggest to throw an exception in the beginning of this function when `updateModel.get.loadAsNewSegment = false` ########## File path: integration/spark/src/main/scala/org/apache/spark/sql/execution/command/management/CarbonInsertIntoCommand.scala ########## @@ -439,6 +449,11 @@ case class CarbonInsertIntoCommand(databaseNameOp: Option[String], def insertData(loadParams: CarbonLoadParams): (Seq[Row], LoadMetadataDetails) = { var rows = Seq.empty[Row] + val loadDataFrame = if (updateModel.isDefined && !updateModel.get.loadAsNewSegment) { + Some(CommonLoadUtils.getDataFrameWithTupleID(Some(dataFrame))) Review comment: Also, I feel no need of updateModel only if it is just insert flow. because updateModel.get.loadAsNewSegment = true, is just insert flow. please also get it confirmed with @ravipesala ########## File path: integration/spark/src/main/scala/org/apache/spark/sql/execution/command/mutation/merge/CarbonMergeDataSetCommand.scala ########## @@ -194,29 +210,32 @@ case class CarbonMergeDataSetCommand( tuple._2.asJava) } } - Some(UpdateTableModel(true, trxMgr.getLatestTrx, - executorErrors, tuple._2, true)) + Some(UpdateTableModel(isUpdate = true, trxMgr.getLatestTrx, + executorErrors, tuple._2, loadAsNewSegment = true)) } else { None } - CarbonInsertIntoWithDf( - databaseNameOp = Some(carbonTable.getDatabaseName), + val dataFrame = loadDF.select(tableCols.map(col): _*) + CarbonInsertIntoCommand(databaseNameOp = Some(carbonTable.getDatabaseName), tableName = carbonTable.getTableName, - options = Map("fileheader" -> header, "sort_scope" -> "nosort"), + options = Map("fileheader" -> header, "sort_scope" -> "no_sort"), Review comment: I know it is base behvior, is it better to use target table sort scope ? ########## File path: integration/spark/src/main/spark2.3/com/databricks/spark/avro/AvroWriter.scala ########## @@ -0,0 +1,51 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package com.databricks.spark.avro + +import org.apache.spark.rdd.RDD +import org.apache.spark.sql.Row +import org.apache.spark.sql.execution.datasources.OutputWriterFactory + +/** + * This class is to get the avro writer from databricks avro module, as its not present in spark2.3 + * and spark-avro module is included in spark project from spark-2.4. So for spark-2.4, we use Avro + * writer from spark project. + */ +object AvroWriter { + + def getWriter(spark: org.apache.spark.sql.SparkSession, + job: org.apache.hadoop.mapreduce.Job, + dataSchema: org.apache.spark.sql.types.StructType, + options: scala.Predef.Map[scala.Predef.String, scala.Predef.String] = Map.empty) + : OutputWriterFactory = { + new DefaultSource().prepareWrite(spark, job, + options, dataSchema) + } +} + +/** + * This reds the avro files from the given path and return the RDD[Row] Review comment: ```suggestion * This reads the avro files from the given path and return the RDD[Row] ``` ---------------------------------------------------------------- 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] |
In reply to this post by GitBox
akashrn5 commented on a change in pull request #3856: URL: https://github.com/apache/carbondata/pull/3856#discussion_r474478394 ########## File path: integration/spark/pom.xml ########## @@ -153,6 +153,28 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>com.databricks</groupId> + <artifactId>spark-avro_${scala.binary.version}</artifactId> + <version>4.0.0</version> + <exclusions> + <exclusion> + <groupId>org.apache.avro</groupId> + <artifactId>avro</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.apache.spark</groupId> + <artifactId>spark-avro_${scala.binary.version}</artifactId> Review comment: since we are integrated with spark, spark-avro is preferable, but as we know spark-2.3 does not have spark-avro, so anyway once in future we remove support for spark-2.3, so databricks spark-avro will be removed for our project. So here i'm avoiding out of spark project dependency as its possible in spark-2.4 ########## File path: integration/spark/src/main/spark2.3/org/apache/spark/sql/avro/AvroFileFormatFactory.scala ########## @@ -0,0 +1,49 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.apache.spark.sql.avro + +import com.databricks.spark.avro.{AvroReader, AvroWriter} +import org.apache.spark.rdd.RDD +import org.apache.spark.sql.Row +import org.apache.spark.sql.execution.datasources.OutputWriterFactory + +object AvroFileFormatFactory { Review comment: replied above ---------------------------------------------------------------- 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] |
In reply to this post by GitBox
akashrn5 commented on a change in pull request #3856: URL: https://github.com/apache/carbondata/pull/3856#discussion_r474500375 ########## File path: integration/spark/src/main/spark2.3/com/databricks/spark/avro/AvroWriter.scala ########## @@ -0,0 +1,51 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package com.databricks.spark.avro + +import org.apache.spark.rdd.RDD +import org.apache.spark.sql.Row +import org.apache.spark.sql.execution.datasources.OutputWriterFactory + +/** + * This class is to get the avro writer from databricks avro module, as its not present in spark2.3 + * and spark-avro module is included in spark project from spark-2.4. So for spark-2.4, we use Avro + * writer from spark project. + */ +object AvroWriter { + + def getWriter(spark: org.apache.spark.sql.SparkSession, + job: org.apache.hadoop.mapreduce.Job, + dataSchema: org.apache.spark.sql.types.StructType, + options: scala.Predef.Map[scala.Predef.String, scala.Predef.String] = Map.empty) + : OutputWriterFactory = { + new DefaultSource().prepareWrite(spark, job, + options, dataSchema) + } +} + +/** + * This reds the avro files from the given path and return the RDD[Row] Review comment: done ---------------------------------------------------------------- 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] |
In reply to this post by GitBox
akashrn5 commented on a change in pull request #3856: URL: https://github.com/apache/carbondata/pull/3856#discussion_r474500538 ########## File path: integration/spark/src/main/scala/org/apache/spark/sql/execution/command/management/CarbonInsertIntoCommand.scala ########## @@ -439,6 +449,11 @@ case class CarbonInsertIntoCommand(databaseNameOp: Option[String], def insertData(loadParams: CarbonLoadParams): (Seq[Row], LoadMetadataDetails) = { var rows = Seq.empty[Row] + val loadDataFrame = if (updateModel.isDefined && !updateModel.get.loadAsNewSegment) { + Some(CommonLoadUtils.getDataFrameWithTupleID(Some(dataFrame))) Review comment: done ########## File path: integration/spark/src/main/scala/org/apache/spark/sql/execution/command/management/CarbonInsertIntoCommand.scala ########## @@ -439,6 +449,11 @@ case class CarbonInsertIntoCommand(databaseNameOp: Option[String], def insertData(loadParams: CarbonLoadParams): (Seq[Row], LoadMetadataDetails) = { var rows = Seq.empty[Row] + val loadDataFrame = if (updateModel.isDefined && !updateModel.get.loadAsNewSegment) { + Some(CommonLoadUtils.getDataFrameWithTupleID(Some(dataFrame))) Review comment: > This InsertIntoCommand flow is not meant for update flow yet. Because update will have an implicit column and rearrange schema and all will fail. so, I suggest if `updateModel.get.loadAsNewSegment` is `false` throw unsupported exception now and handle this requirement later. > > Also when `updateModel.get.loadAsNewSegment = true` (which is our current cdc history data case), **this flow can be used** (as it is just a insert, no actual update flow used). only when `updateModel.get.loadAsNewSegment = false` we cannot use this flow. > > so someone might use it because of update model support. so, I suggest to throw an exception in the beginning of this function when `updateModel.get.loadAsNewSegment = false` done ---------------------------------------------------------------- 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] |
In reply to this post by GitBox
akashrn5 commented on a change in pull request #3856: URL: https://github.com/apache/carbondata/pull/3856#discussion_r474500865 ########## File path: integration/spark/src/main/scala/org/apache/spark/sql/execution/command/mutation/merge/CarbonMergeDataSetCommand.scala ########## @@ -106,18 +106,34 @@ case class CarbonMergeDataSetCommand( // decide join type based on match conditions val joinType = decideJoinType + val joinColumn = mergeMatches.joinExpr.expr.asInstanceOf[EqualTo].left + .asInstanceOf[UnresolvedAttribute].nameParts.tail.head + // repartition the the srsDs, if the target as bucketing and the bucketing column and join + // column are same + val repartitionedSrsDs = Review comment: done ########## File path: integration/spark/src/main/scala/org/apache/spark/sql/execution/command/mutation/merge/CarbonMergeDataSetCommand.scala ########## @@ -106,18 +106,34 @@ case class CarbonMergeDataSetCommand( // decide join type based on match conditions val joinType = decideJoinType + val joinColumn = mergeMatches.joinExpr.expr.asInstanceOf[EqualTo].left + .asInstanceOf[UnresolvedAttribute].nameParts.tail.head + // repartition the the srsDs, if the target as bucketing and the bucketing column and join Review comment: done ---------------------------------------------------------------- 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] |
In reply to this post by GitBox
akashrn5 commented on a change in pull request #3856: URL: https://github.com/apache/carbondata/pull/3856#discussion_r474501846 ########## File path: integration/spark/src/main/scala/org/apache/spark/sql/execution/command/mutation/merge/CarbonMergeDataSetCommand.scala ########## @@ -194,29 +210,32 @@ case class CarbonMergeDataSetCommand( tuple._2.asJava) } } - Some(UpdateTableModel(true, trxMgr.getLatestTrx, - executorErrors, tuple._2, true)) + Some(UpdateTableModel(isUpdate = true, trxMgr.getLatestTrx, + executorErrors, tuple._2, loadAsNewSegment = true)) } else { None } - CarbonInsertIntoWithDf( - databaseNameOp = Some(carbonTable.getDatabaseName), + val dataFrame = loadDF.select(tableCols.map(col): _*) + CarbonInsertIntoCommand(databaseNameOp = Some(carbonTable.getDatabaseName), tableName = carbonTable.getTableName, - options = Map("fileheader" -> header, "sort_scope" -> "nosort"), + options = Map("fileheader" -> header, "sort_scope" -> "no_sort"), Review comment: if we focus on the cdc performance, existing no sort is fine. As your point, we cant blindly go with target table's sort scope, because it can happen that the target table has the sort scope has no sort. ---------------------------------------------------------------- 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] |
In reply to this post by GitBox
akashrn5 commented on a change in pull request #3856: URL: https://github.com/apache/carbondata/pull/3856#discussion_r474501846 ########## File path: integration/spark/src/main/scala/org/apache/spark/sql/execution/command/mutation/merge/CarbonMergeDataSetCommand.scala ########## @@ -194,29 +210,32 @@ case class CarbonMergeDataSetCommand( tuple._2.asJava) } } - Some(UpdateTableModel(true, trxMgr.getLatestTrx, - executorErrors, tuple._2, true)) + Some(UpdateTableModel(isUpdate = true, trxMgr.getLatestTrx, + executorErrors, tuple._2, loadAsNewSegment = true)) } else { None } - CarbonInsertIntoWithDf( - databaseNameOp = Some(carbonTable.getDatabaseName), + val dataFrame = loadDF.select(tableCols.map(col): _*) + CarbonInsertIntoCommand(databaseNameOp = Some(carbonTable.getDatabaseName), tableName = carbonTable.getTableName, - options = Map("fileheader" -> header, "sort_scope" -> "nosort"), + options = Map("fileheader" -> header, "sort_scope" -> "no_sort"), Review comment: if we focus on the cdc performance, existing no sort is fine. As your point, we can't blindly go with target table's sort scope, because it can happen that the target table has the sort scope has no sort. ---------------------------------------------------------------- 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] |
In reply to this post by GitBox
CarbonDataQA1 commented on pull request #3856: URL: https://github.com/apache/carbondata/pull/3856#issuecomment-678164659 Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12545/job/ApacheCarbonPRBuilder2.3/3829/ ---------------------------------------------------------------- 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] |
In reply to this post by GitBox
CarbonDataQA1 commented on pull request #3856: URL: https://github.com/apache/carbondata/pull/3856#issuecomment-678168176 Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12545/job/ApacheCarbon_PR_Builder_2.4.5/2088/ ---------------------------------------------------------------- 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] |
In reply to this post by GitBox
ravipesala commented on a change in pull request #3856: URL: https://github.com/apache/carbondata/pull/3856#discussion_r475560861 ########## File path: integration/spark/src/main/scala/org/apache/spark/sql/execution/command/mutation/merge/CarbonMergeDataSetCommand.scala ########## @@ -194,29 +210,32 @@ case class CarbonMergeDataSetCommand( tuple._2.asJava) } } - Some(UpdateTableModel(true, trxMgr.getLatestTrx, - executorErrors, tuple._2, true)) + Some(UpdateTableModel(isUpdate = true, trxMgr.getLatestTrx, + executorErrors, tuple._2, loadAsNewSegment = true)) } else { None } - CarbonInsertIntoWithDf( - databaseNameOp = Some(carbonTable.getDatabaseName), + val dataFrame = loadDF.select(tableCols.map(col): _*) + CarbonInsertIntoCommand(databaseNameOp = Some(carbonTable.getDatabaseName), tableName = carbonTable.getTableName, - options = Map("fileheader" -> header, "sort_scope" -> "nosort"), + options = Map("fileheader" -> header, "sort_scope" -> "no_sort"), Review comment: I agree with @ajantha-bhat we should use the target table sort scope. But this PR is only about performance we can cover this change in another PR with proper test ---------------------------------------------------------------- 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] |
Free forum by Nabble | Edit this page |