lokeshj1703 commented on code in PR #12732:
URL: https://github.com/apache/hudi/pull/12732#discussion_r1933850036


##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/DataSourceOptions.scala:
##########
@@ -352,6 +352,12 @@ object DataSourceWriteOptions {
    * operations are already prepped.
    */
   val SPARK_SQL_WRITES_PREPPED_KEY = "_hoodie.spark.sql.writes.prepped";
+  val ROW_POSITION_META_COLUMN = "_hoodie_row_position"
+  val SPARK_READ_ATTACH_ROW_POSITION: ConfigProperty[Boolean] = ConfigProperty
+    .key("_hoodie.spark.read.attach.row.position")
+    .defaultValue(false)
+    .withDocumentation("When enabled, the datasource read and SQL query return 
the results with "
+      + s"row position column, $ROW_POSITION_META_COLUMN, attached.")

Review Comment:
   Can be removed. Not used currently



-- 
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]

Reply via email to