View Issue Details

IDProjectCategoryView StatusLast Update
0005020SymmetricDSBugpublic2021-11-04 14:58
Reporterelong Assigned Toelong  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.11.0 
Target Version3.11.14Fixed in Version3.11.14 
Summary0005020: BigQuery type not found FLOAT
DescriptionWhen creating tables on BigQuery, the FLOAT data type is not found.

2021-06-09 10:52:54,881 ERROR [CCC_ROWriter_Target-CCC_ODS] [AcknowledgeService] [ccc_rowriter_target-ccc_ods-push-default-7] The outgoing batch ACG_DATA_LAKE-75015 failed: 400 Bad Request
{
  "code" : 400,
  "errors" : [ {
    "domain" : "global",
    "location" : "q",
    "locationType" : "parameter",
    "message" : "Type not found: FLOAT at [35:12]",
    "reason" : "invalidQuery"
  } ],
  "message" : "Type not found: FLOAT at [35:12]",
  "status" : "INVALID_ARGUMENT"
}
Tagsdialect: bigquery

Relationships

related to 0005022 closedelong BigQuery type not found FLOAT 

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.11 ea85885a

2021-06-09 19:06:10

admin

Details Diff
0005020: BigQuery type not found FLOAT Affected Issues
0005020
mod - symmetric-db/src/main/java/org/jumpmind/db/platform/bigquery/BigQueryDdlBuilder.java Diff File

SymmetricDS: 3.12 8fc67979

2021-06-09 19:06:10

admin

Details Diff
0005020: BigQuery type not found FLOAT Affected Issues
0005020
mod - symmetric-db/src/main/java/org/jumpmind/db/platform/bigquery/BigQueryDdlBuilder.java Diff File

SymmetricDS: 3.13 8cc50966

2021-06-09 19:06:10

admin

Details Diff
0005020: BigQuery type not found FLOAT Affected Issues
0005020
mod - symmetric-db/src/main/java/org/jumpmind/db/platform/bigquery/BigQueryDdlBuilder.java Diff File

Issue History

Date Modified Username Field Change
2021-06-09 16:40 elong New Issue
2021-06-09 16:40 elong Status new => assigned
2021-06-09 16:40 elong Assigned To => elong
2021-06-09 16:40 elong Tag Attached: dialect: bigquery
2021-06-09 19:10 elong Status assigned => resolved
2021-06-09 19:10 elong Resolution open => fixed
2021-06-09 19:10 elong Fixed in Version => 3.11.14
2021-06-09 19:12 elong Issue cloned: 0005022
2021-06-09 19:12 elong Relationship added related to 0005022
2021-06-09 20:00 admin Changeset attached => SymmetricDS 3.11 ea85885a
2021-06-09 20:00 admin Changeset attached => SymmetricDS 3.12 8fc67979
2021-06-09 20:00 admin Changeset attached => SymmetricDS 3.13 8cc50966
2021-11-04 14:58 admin Status resolved => closed