class io.airbyte.cdk.load.data.NullValue cannot be cast to class io.airbyte.cdk.load.data.TimestampWithoutTimezoneValue (io.airbyte.cdk.load.data.NullValue and io.airbyte.cdk.load.data.TimestampWithoutTimezoneValue are in unnamed module of loader 'app')
- 主要言語
- Python
- スター
- 22.1k
- フォーク
- 5.3k
- PR マージ指標
- PR 指標を取得中
説明
### Connector Name
destination-bigquery
### Connector Version
3.0.x
### What step the error happened?
Updating the connector
### Relevant information
- After upgrading the BigQuery destination connector to version 3.0.x, the connection from PostgreSQL → BigQuery fails with the following error:
`java.lang.ClassCastException: class io.airbyte.cdk.load.data.NullValue cannot be cast to class io.airbyte.cdk.load.data.TimestampWithoutTimezoneValue (io.airbyte.cdk.load.data.NullValue and io.airbyte.cdk.load.data.TimestampWithoutTimezoneValue are in unnamed module of loader 'app')`
- This issue does not occur when using destination-bigquery connector version < 3.0.x.
- Downgrading to v2.x.x is not currently possible because v3.0.x no longer uses the airbyte_internal dataset for temporary data storage
### Relevant log output
```shell
```
### Contribute
- [ ] Yes, I want to contribute
コントリビューションガイド
評価
この issue はまだ評価されていません。