nadine created HUDI-7414:
----------------------------
Summary: Remove hoodie.gcp.bigquery.sync.base_path reference in
the gcp docs
Key: HUDI-7414
URL: https://issues.apache.org/jira/browse/HUDI-7414
Project: Apache Hudi
Issue Type: Improvement
Reporter: nadine
Assignee: nadine
There was a jira issue filed where sarfaraz wanted to know more about the
`hoodie.gcp.bigquery.sync.base_path`.
In the BigQuerySyncConfig file, there a config property set:
[https://github.com/apache/hudi/blob/master/hudi-gcp/src/main/java/org/apache/hudi/gcp/bigquery/BigQuerySyncConfig.java#L103]
But it’s not used anywhere else in the big query code base.
However, I see
[https://github.com/apache/hudi/blob/master/hudi-gcp/src/main/java/org/apache/hudi/gcp/bigquery/BigQuerySyncTool.java#L124]
being used to get the base path. The {{hoodie.gcp.bigquery.sync.base_path}}
is superfluous. I’m seeing as a config being set, but not being used anywhere.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)