leesf 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_r399658424
##########
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:
better to keep a blank, keep it as is?
----------------------------------------------------------------
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]
With regards,
Apache Git Services