Skip to content

Commit

Permalink
Merge branch 'master' into phyicalplanexplain
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanyu66 committed Jul 18, 2022
2 parents 5120ff4 + 17da41f commit d35cef8
Show file tree
Hide file tree
Showing 5 changed files with 420 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/license-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Check License Header
uses: apache/skywalking-eyes@main
uses: apache/skywalking-eyes@v0.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion docs/delete_userguide.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ TiSpark delete feature provides the ability to delete bypass TiDB with spark SQL
To use delete in TiSpark, make sure you have configured Spark catalogs in `spark-defaults.conf`
```
spark.sql.catalog.tidb_catalog org.apache.spark.sql.catalyst.catalog.TiCatalog
spark.sql.catalog.tidb_catalog.pd.addresses ${your_pd_adress}
spark.sql.catalog.tidb_catalog.pd.addresses ${your_pd_address}
```

## Requirement
Expand Down

0 comments on commit d35cef8

Please sign in to comment.