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.
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
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
489