TiSpark 1.1
Fixes multiple bugs:
- Fix daylight saving time (DST) (#347)
- Fix count(1) result is always 0 if subquery contains limit (#346)
- Fix incorrect totalRowCount calculation (#353)
- Fix request fail with Key not in region after retrying NotLeaderError (#354)
- Fix ScanIterator logic where index may be out of bound (#357)
- Fix tispark-sql dbName (#379)
- Fix StoreNotMatch (#396)
- Fix utf8 prefix index (#400)
- Fix decimal decoding (#401)
- Refactor not leader logic (#412)
- Fix global temp view not visible in thriftserver (#437)
Adds:
Improvements: