sagarlakshmipathy commented on code in PR #10294:
URL: https://github.com/apache/hudi/pull/10294#discussion_r1545080938


##########
website/docs/sql_queries.md:
##########
@@ -362,37 +349,37 @@ Following tables show whether a given query is supported 
on specific query engin
 
 ### Copy-On-Write tables
 
-| Query Engine          |Snapshot Queries|Incremental Queries|
-|-----------------------|--------|-----------|
-| **Hive**              |Y|Y|
-| **Spark SQL**         |Y|Y|
-| **Flink SQL**         |Y|N|
-| **PrestoDB**          |Y|N|
-| **Trino**             |Y|N|
-| **AWS Athena**        |Y|N|
-| **BigQuery**          |Y|N|
-| **Impala**            |Y|N|
-| **Redshift Spectrum** |Y|N|
-| **Doris**             |Y|N|
-| **StarRocks**         |Y|N|
-| **ClickHouse**        |Y|N|
+| Query Engine          | Snapshot Queries | Incremental Queries |
+|-----------------------|------------------|---------------------|
+| **Hive**              | Y                | Y                   |
+| **Spark SQL**         | Y                | Y                   |
+| **Flink SQL**         | Y                | N                   |
+| **PrestoDB**          | Y                | N                   |
+| **Trino**             | Y                | N                   |
+| **AWS Athena**        | Y                | N                   |
+| **BigQuery**          | Y                | N                   |
+| **Impala**            | Y                | N                   |
+| **Redshift Spectrum** | Y                | N                   |
+| **Doris**             | Y                | N                   |
+| **StarRocks**         | Y                | Y                   |

Review Comment:
   No, I ran the example mentioned 
[here](https://github.com/StarRocks/demo/tree/master/documentation-samples/hudi)
 incremental queries are not supported in both MOR and COW. 



##########
website/docs/sql_queries.md:
##########
@@ -362,37 +349,37 @@ Following tables show whether a given query is supported 
on specific query engin
 
 ### Copy-On-Write tables
 
-| Query Engine          |Snapshot Queries|Incremental Queries|
-|-----------------------|--------|-----------|
-| **Hive**              |Y|Y|
-| **Spark SQL**         |Y|Y|
-| **Flink SQL**         |Y|N|
-| **PrestoDB**          |Y|N|
-| **Trino**             |Y|N|
-| **AWS Athena**        |Y|N|
-| **BigQuery**          |Y|N|
-| **Impala**            |Y|N|
-| **Redshift Spectrum** |Y|N|
-| **Doris**             |Y|N|
-| **StarRocks**         |Y|N|
-| **ClickHouse**        |Y|N|
+| Query Engine          | Snapshot Queries | Incremental Queries |
+|-----------------------|------------------|---------------------|
+| **Hive**              | Y                | Y                   |
+| **Spark SQL**         | Y                | Y                   |
+| **Flink SQL**         | Y                | N                   |
+| **PrestoDB**          | Y                | N                   |
+| **Trino**             | Y                | N                   |
+| **AWS Athena**        | Y                | N                   |
+| **BigQuery**          | Y                | N                   |
+| **Impala**            | Y                | N                   |
+| **Redshift Spectrum** | Y                | N                   |
+| **Doris**             | Y                | N                   |
+| **StarRocks**         | Y                | Y                   |
+| **ClickHouse**        | Y                | N                   |
 
 ### Merge-On-Read tables
 
-| Query Engine        |Snapshot Queries|Incremental Queries|Read Optimized 
Queries|
-|---------------------|--------|-----------|--------------|
-| **Hive**            |Y|Y|Y|
-| **Spark SQL**       |Y|Y|Y|
-| **Spark Datasource** |Y|Y|Y|
-| **Flink SQL**       |Y|Y|Y|
-| **PrestoDB**        |Y|N|Y|
-| **AWS Athena**      |Y|N|Y|
-| **Big Query**       |Y|N|Y|
-| **Trino**           |N|N|Y|
-| **Impala**          |N|N|Y|
-| **Redshift Spectrum** |N|N|N|
-| **Doris**           |N|N|N|
-| **StarRocks**       |N|N|N|
-| **ClickHouse**      |N|N|N|
+| Query Engine          | Snapshot Queries | Incremental Queries | Read 
Optimized Queries |
+|-----------------------|------------------|---------------------|------------------------|
+| **Hive**              | Y                | Y                   | Y           
           |
+| **Spark SQL**         | Y                | Y                   | Y           
           |
+| **Spark Datasource**  | Y                | Y                   | Y           
           |
+| **Flink SQL**         | Y                | Y                   | Y           
           |
+| **PrestoDB**          | Y                | N                   | Y           
           |
+| **AWS Athena**        | Y                | N                   | Y           
           |
+| **Big Query**         | Y                | N                   | Y           
           |
+| **Trino**             | N                | N                   | Y           
           |
+| **Impala**            | N                | N                   | Y           
           |
+| **Redshift Spectrum** | N                | N                   | Y           
           |
+| **Doris**             | N                | N                   | N           
           |
+| **StarRocks**         | Y                | Y                   | Y           
           |

Review Comment:
   No, I ran the example mentioned 
[here](https://github.com/StarRocks/demo/tree/master/documentation-samples/hudi)
 incremental queries are not supported in both MOR and COW. 



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