tispark
tispark copied to clipboard
TiSpark is built for running Apache Spark on top of TiDB/TiKV
### What problem does this PR solve? tikv/client-java#514 Replace existing tispark/tikv-client module with upstream tikv/clien-java module. ### What is changed and how it works? #### module tikv-client-java 1. build (shell...
### What problem does this PR solve? https://github.com/pingcap/tispark/issues/2462 ### What is changed and how it works? - Add new capability to TiDBTable - Remove write options - Implement V2 interface...
### What problem does this PR solve? support spark 3.3 ### What is changed and how it works? 1. Add spark-3.3 profile 2. Add Spark-3.3 module in spark-wrapper and add...
### What problem does this PR solve? Add development guide for TiSpark
### What problem does this PR solve? Only do auth check for tables in TiDB. ### What is changed and how it works? We will check the catalog name of...
**Describe the bug** - min(set) cause TIKV panic - min(time) lead to the wrong result **Version** TiDB : v6.1.0 TiSpark: master Spark:spark3 panic:
**Describe the bug** When running under spark 3.1.x and spark 3.2.x, you will get a warning:ANTLR Tool version 4.8 used for code generation does not match the current runtime version...
## Problem: TiSpark only support write data using datasource api. Users can‘t write data by insert SQL statement. ## Goals TiSpark supports write data using insert SQL statement with following...
**Describe the bug** Region Exception occurred when using Spark SQL in JDBC/Beeline,region 129085 is missing **What did you do** 1. run beeline and connect thriftserver 2. Create target table in...
I think we can auto set spark.sql.catalog.tidb_catalog.pd.addresses by use specified spark.tispark.pd.addresses value