bytedance / bitsail

BitSail is a distributed high-performance data integration engine which supports batch, streaming and incremental scenarios. BitSail is widely used to synchronize hundreds of trillions of data every day.
https://bytedance.github.io/bitsail/
Apache License 2.0
1.6k stars 328 forks source link

[BitSail][Bug] TypeInfoCompatiblesColumnCompareTest not pass #488

Closed hitYangfei closed 1 year ago

hitYangfei commented 1 year ago

What happened

When run ` in my local env, the testcase TypeInfoCompatiblesColumnCompareTest will not pass .

What do you expect to happen

The reason : my local TimeZone is ' Asia/Shanghai' , but the TimeZone in com.bytedance.bitsail.common.column.columncast will be set 'Z' in DateColumnTest. So TypeInfoCompatiblesColumnCompareTest should refresh TimeZon in before

How to reproduce

mvn clean test -pl bitsail-common -am -U

Build Environment

No response

Execution Environment

No response

BitSail version

master

BitSail Component or Code Module

BitSail Test

Are you willing to submit PR?

Code of Conduct