This is an automated email from the ASF dual-hosted git repository.

codope pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 799c12d5575 [MINOR][DOCS] Note that hudi.metadata-enabled in Trino is 
defunct (#10289)
799c12d5575 is described below

commit 799c12d5575662d55d0b837ab1f426ffe8f28707
Author: Alexander Grueneberg <[email protected]>
AuthorDate: Mon Jan 8 08:05:29 2024 +0100

    [MINOR][DOCS] Note that hudi.metadata-enabled in Trino is defunct (#10289)
---
 website/docs/metadata.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/docs/metadata.md b/website/docs/metadata.md
index c85c008380c..ccc2657fbe5 100644
--- a/website/docs/metadata.md
+++ b/website/docs/metadata.md
@@ -134,7 +134,7 @@ from different engines as shown below:
 
|----------------------------------------------------------------------------------|------------------------|-------------------------------------------------------------------------------------------------------------------------------|
 | <ul><li>Spark DataSource</li><li>Spark SQL</li><li>Strucured 
Streaming</li></ul> | hoodie.metadata.enable | When set to `true` enables use 
of the spark file index implementation for Hudi, that speeds up listing of 
large tables.<br /> |
 |Presto| 
[hudi.metadata-table-enabled](https://prestodb.io/docs/current/connector/hudi.html)
             | When set to `true` fetches the list of file names and sizes from 
Hudi’s metadata table rather than storage.                   |
-|Trino| 
[hudi.metadata-enabled](https://trino.io/docs/current/connector/hudi.html#general-configuration)
 | When set to `true` fetches the list of file names and sizes from metadata 
rather than storage.                                |
+|Trino| N/A | Support for reading from the metadata table [has been dropped in 
Trino 419](https://issues.apache.org/jira/browse/HUDI-7020). |
 |Athena| 
[hudi.metadata-listing-enabled](https://docs.aws.amazon.com/athena/latest/ug/querying-hudi.html)
 | When this table property is set to `TRUE` enables the Hudi metadata table 
and the related file listing functionality          |
 |<ul><li>Flink DataStream</li><li>Flink SQL</li></ul> | metadata.enabled | 
When set to `true` from DDL uses the internal metadata table to serves table 
metadata like level file listings                |
 
@@ -197,4 +197,4 @@ to choose from.
 <h3>Blogs</h3>
 
 * [Multi-Modal Index for the Lakehouse in Apache 
Hudi](https://www.onehouse.ai/blog/introducing-multi-modal-index-for-the-lakehouse-in-apache-hudi)
-* [Table service deployment models in Apache 
Hudi](https://medium.com/@simpsons/table-service-deployment-models-in-apache-hudi-9cfa5a44addf)
\ No newline at end of file
+* [Table service deployment models in Apache 
Hudi](https://medium.com/@simpsons/table-service-deployment-models-in-apache-hudi-9cfa5a44addf)

Reply via email to