title | date | summary | tags | ||||
---|---|---|---|---|---|---|---|
Weekly update (December 11 ~ December 17, 2017) |
2017-12-18 |
Last week, we landed 46 PRs in the TiDB repositories, 10 PRs in the TiSpark repositories, and 14 PRs in the TiKV and PD repositories. |
|
Last week, we landed 46 PRs in the TiDB repositories.
- Support
SEPARATOR
in thegroup_concat
aggregate function. - Support the
BinaryJSON
type. - Add a config for the SQL parser to enable parsing syntax for window function.
- Support the http index MVCC interface.
- Show the index column length if necessary in
show create table
statement. - Clear the delta info when rolling back a transaction.
- Only set
defaultValues
in aggregation push down. - Fix a bug when applying meets index
join
.
- Support analyzing all indices statements.
- Load timezone from TiKV when starting a new session.
- Support
date_format
push down. NewIndexLookUpJoin
executor forChunk
.- Attach the
requiredProp
info to physical plans. - Support
tls
connection to pd and tikv. - Support
Chunk
in executors:
Last week, we landed 10 PRs in the TiSpark repositories.
- Fix the PD cache invalidation not synced for the TiSpark side.
- Fix the Region Request failure not synced with the TiSpark driver.
- Fix the inconsistent datatype mapping for
Datetime
type. - Fix inconsistent datatype mapping for
DOUBLE
type. - Fix not printing index name in plan.
- Fix the schema change that causes a SQL failure.
- Fix inconsistency of the timestamp unit.
Last week, we landed 14 PRs in the TiKV and PD repositories.
- Coprocessor: support
date_format
. - Pd/Client: support
get_region_info
. - Worker: add pending capacity.
- Storage: add more fail points.