javalover123
javalover123
Or add select format per field, such as timestamp to datetime. 
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
Thanks, can you give some help/advice? @wu-a-ge
Update, please check, thanks. @wu-a-ge In another way, Number.*Value() method performance should be better when run with JDK 9 or above.  ```java case TINYINT: statement.setByte( statementIndex, ((Number) row.getField(fieldIndex)).byteValue()); break;...
Update, please check, thanks. @wu-a-ge
Update, please check, thanks. @wu-a-ge
Update, please check, thanks. @rewerma