javalover123

Results 28 comments of javalover123

Or add select format per field, such as timestamp to datetime. ![image](https://user-images.githubusercontent.com/9191388/169932847-04faa2a4-508a-48a7-a36e-dbe431d6acc4.png)

Great job, thanks very much! Auto refresh need RefreshAheadPolicy#requiredHits return 0, but default return 1(means no auto refresh), can change to 0?

@Echo009 @KFCFans 有夏令时的情况下,如 美东 US/Eastern 上午10点对应的北京时间,可能是 22点或23点

OK, added. [https://github.com/apache/seatunnel-website/pull/253](https://github.com/apache/seatunnel-website/pull/253)

@wu-a-ge Updated, but I haven't run e2e test already. https://github.com/apache/seatunnel/commit/5f5f623b87fbcde0f3aac983d9c7f04266eb7c1a

Update, please check, thanks. @wu-a-ge In another way, Number.*Value() method performance should be better when run with JDK 9 or above. ![image](https://github.com/apache/seatunnel/assets/9191388/5fa9ebeb-7f13-4d73-be6a-f75e924ec3a7) ```java case TINYINT: statement.setByte( statementIndex, ((Number) row.getField(fieldIndex)).byteValue()); break;...