Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
Description
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.
Attachments
Issue Links
- links to