lycanlee opened a new issue, #12957:
URL: https://github.com/apache/hudi/issues/12957

   **_Tips before filing an issue_**
   
   - Have you gone through our [FAQs](https://hudi.apache.org/learn/faq/)?
   
   - Join the mailing list to engage in conversations and get faster support at 
[email protected].
   
   - If you have triaged this as a bug, then file an 
[issue](https://issues.apache.org/jira/projects/HUDI/issues) directly.
   
   **Describe the problem you faced**
   
   When including a connection-id for Bigquery Sync to Hudi streamer I get the 
following error after the first sync.
   
   `{
     "code" : 400,
     "errors" : [ {
       "domain" : "global",
       "message" : "Schema can be specified only on the Table.Schema field for 
external tables with an associated connection_id but schema was provided on 
Table.Externaldataconfig.Schema.",
       "reason" : "invalid"
     } ],
     "message" : "Schema can be specified only on the Table.Schema field for 
external tables with an associated connection_id but schema was provided on 
Table.Externaldataconfig.Schema.",
     "status" : "INVALID_ARGUMENT"
   }`
   
   
   
   **To Reproduce**
   
   Steps to reproduce the behavior:
   
   1. Run Hudi Streamer Job with biglake connection id included for BQSync 
parameters
   2. Stop Job
   3. Restart job 
   
   
   **Expected behavior**
   Sync should happen to Bigquery and be a biglake table. 
   
   **Environment Description**
   
   * Hudi version : 0.14.1
   
   * Spark version : 3.1.3 (dataproc 2.0.129-debian10)
   
   * Hive version : 3.1.3 (dataproc 2.0.129-debian10)
   
   * Hadoop version : 3.2.4 (dataproc 2.0.129-debian10)
   
   * Storage (HDFS/S3/GCS..) : GCS
   
   * Running on Docker? (yes/no) : no
   
   
   **Additional context**
   
   Add any other context about the problem here.
   
   **Stacktrace**
   
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to