garyli1019 commented on a change in pull request #1454: MINOR update doc to 
include inc query on partitions
URL: https://github.com/apache/incubator-hudi/pull/1454#discussion_r399702927
 
 

 ##########
 File path: docs/_docs/0.5.2/2_3_querying_data.md
 ##########
 @@ -146,8 +146,9 @@ The following snippet shows how to obtain all records 
changed after `beginInstan
 ```java
  Dataset<Row> hudiIncQueryDF = spark.read()
      .format("org.apache.hudi")
-     .option(DataSourceReadOptions.QUERY_TYPE_OPT_KEY(), 
DataSourceReadOptions.QUERY_TYPE_INCREMENTAL_OPT_VAL())
+     
.option(DataSourceReadOptions.QUERY_TYPE_OPT_KEY(),DataSourceReadOptions.QUERY_TYPE_INCREMENTAL_OPT_VAL())
 
 Review comment:
   yes, deleted the space accidentally 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to