TiBigData icon indicating copy to clipboard operation
TiBigData copied to clipboard

TiDB connectors for Flink/Hive/Presto

Results 35 TiBigData issues
Sort by recently updated
recently updated
newest added

## What is the purpose of the change *(For example: This pull request makes task deployment go through the blob server, rather than through RPC. That way we avoid re-transferring...

## Design https://github.com/tidb-incubator/TiBigData/pull/236 ## Implementation https://github.com/tidb-incubator/TiBigData/pull/234 ## Test https://github.com/tidb-incubator/TiBigData/pull/234 ## Doc https://github.com/tidb-incubator/TiBigData/pull/234

type/proposal

你好,我的项目中使用TIDB数据库与trino,但在trino执行过程中,发现trino执行的sql中包含TIDB明确不支持的`CREATE TABLE tblName AS SELECT stmt `语法 ,请问有对应的解决办法吗?

type/question

**Describe the bug** Load databases when initial client session, which cause task to fail. **What happens instead** `Caused by: java.lang.IllegalArgumentException: invalid encoded hash data key prefix: m at org.tikv.shade.com.google.common.base.Preconditions.checkArgument(Preconditions.java:142) ~[pool-1-thread-7-1655696784783-flink-tidb-connector-1.13-0.0.5-SNAPSHOT.jar:?]...

type/bug

The flink-tidb-connector doesn't work as expected when I use upsert mode to sink data to TiDB, the reason for this is as in title, flink version: 1.13.x. Is there any...

type/enhancement
good first issue

Different driver versions will have different behavior, so we need to test for compatibility. - [ ] MySQL, 5.x / 8.x - [x] TiDB - [ ] Flink

This is TiBigData roadmap 2022. It's under iterative edition and we welcome everyone to make advice. # Features ## Flink - [ ] Fast Lookup with PK & Secondary Indices...

Add tidb.region.num.per-split config entry to support multiple regions of tidb to one InputSplit, the default ratio is 1:1. [https://github.com/tidb-incubator/TiBigData/pull/159](url)

It tries to connect to old tikv nodes even after tidb makes them "tombstone". When running TiDBMRDemo , I see following errors Feb 01, 2022 12:53:06 AM org.tikv.shade.io.grpc.internal.ManagedChannelImpl$NameResolverListener handleErrorInSyncContext WARNING:...