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


##########
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:
   Incremental queries are not supported correct ?



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to