Skip to content

Commit

Permalink
Merge pull request pingcap#10 from TiInterstellar/refine-table-name-s3
Browse files Browse the repository at this point in the history
remove debug info
  • Loading branch information
crazycs520 authored Jan 6, 2022
2 parents b7ef8de + a24b4e9 commit ab25791
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion executor/table_reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ func (e *TableReaderExecutor) Open(ctx context.Context) error {
pid, storeType := getPhysicalTableEngine(e.table)
if storeType == kv.AWSS3Engine {
e.storeType = kv.AwsS3
fmt.Printf("store type is awss3 ------")
return e.fetchResultFromAws(pid)
}

Expand Down

0 comments on commit ab25791

Please sign in to comment.