You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by da...@apache.org on 2023/03/08 05:56:29 UTC

[hudi] branch asf-site updated: [HUDI-5901][DOCS] Added links to understand in what cases HUDI Big Query integration works (#8091)

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

danny0405 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 4911227ecd0 [HUDI-5901][DOCS] Added links to understand in what cases HUDI Big Query integration works (#8091)
4911227ecd0 is described below

commit 4911227ecd0355b325c1c223a2a5dd4f653811e0
Author: Vinay <vi...@gmail.com>
AuthorDate: Wed Mar 8 11:26:19 2023 +0530

    [HUDI-5901][DOCS] Added links to understand in what cases HUDI Big Query integration works (#8091)
    
    * Update gcp_bigquery.md
    
    Why changes - In what cases the integration works is clear, finding elaboration of that cases can be made easier with links.
    What are the Changes - Added links to understand in what cases HUDI Big Query integration works.
    
    This change will help user to understand the restriction of integration faster.
    
    * Update querying_data.md
    
    Fixing build failure
    
    Error:  Error: Docusaurus found broken links!
    
    Please check the pages of your site in the list below, and make sure you don't reference any path that does not exist.
    Note: it's possible to ignore broken links with the 'onBrokenLinks' Docusaurus configuration, and let the build pass.
    
    Exhaustive list of all broken links found:
    
    - On source page path = /docs/querying_data:
       -> linking to /docs/next/query_engine_setup#redshift-spectrum (resolved as: /docs/next/query_engine_setup)
       -> linking to /docs/next/query_engine_setup#doris (resolved as: /docs/next/query_engine_setup)
       -> linking to /docs/next/query_engine_setup#starrocks (resolved as: /docs/next/query_engine_setup)
    
        at reportMessage (/home/runner/work/hudi/hudi/website/node_modules/@docusaurus/utils/lib/index.js:306:19)
        at handleBrokenLinks (/home/runner/work/hudi/hudi/website/node_modules/@docusaurus/core/lib/server/brokenLinks.js:138:35)
        at async buildLocale (/home/runner/work/hudi/hudi/website/node_modules/@docusaurus/core/lib/commands/build.js:155:5)
        at async tryToBuildLocale (/home/runner/work/hudi/hudi/website/node_modules/@docusaurus/core/lib/commands/build.js:33:20)
        at async mapAsyncSequencial (/home/runner/work/hudi/hudi/website/node_modules/@docusaurus/utils/lib/index.js:262:24)
        at async build (/home/runner/work/hudi/hudi/website/node_modules/@docusaurus/core/lib/commands/build.js:68:25)
    Error: Process completed with exit code 1.
---
 website/versioned_docs/version-0.13.0/gcp_bigquery.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/versioned_docs/version-0.13.0/gcp_bigquery.md b/website/versioned_docs/version-0.13.0/gcp_bigquery.md
index 58ef43435c0..762203c2eec 100644
--- a/website/versioned_docs/version-0.13.0/gcp_bigquery.md
+++ b/website/versioned_docs/version-0.13.0/gcp_bigquery.md
@@ -5,7 +5,7 @@ summary: Introduce BigQuery integration in Hudi.
 ---
 
 Hudi tables can be queried from [Google Cloud BigQuery](https://cloud.google.com/bigquery) as external tables. As of
-now, the Hudi-BigQuery integration only works for hive-style partitioned Copy-On-Write tables.
+now, the Hudi-BigQuery integration only works for [hive-style](https://hudi.apache.org/docs/configurations/#Key-Generator-Options) partitioned [Copy-On-Write](https://hudi.apache.org/docs/table_types#copy-on-write-table) tables.
 
 ## Configurations