Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
51478: workload: add geospatial workload r=mjibson a=mjibson

Add PostGIS tutorial data from https://postgis.net/workshops/postgis-intro/.

Release note: None

Co-authored-by: Matt Jibson <[email protected]>
  • Loading branch information
craig[bot] and maddyblue committed Jul 15, 2020
2 parents 8c01a02 + 7a3a7a9 commit c898ca6
Show file tree
Hide file tree
Showing 3 changed files with 62,730 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ccl/workloadccl/allccl/all.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import (
_ "github.com/cockroachdb/cockroach/pkg/workload/bulkingest"
_ "github.com/cockroachdb/cockroach/pkg/workload/debug"
_ "github.com/cockroachdb/cockroach/pkg/workload/examples"
_ "github.com/cockroachdb/cockroach/pkg/workload/geospatial"
_ "github.com/cockroachdb/cockroach/pkg/workload/indexes"
_ "github.com/cockroachdb/cockroach/pkg/workload/interleavedpartitioned"
_ "github.com/cockroachdb/cockroach/pkg/workload/jsonload"
Expand Down
1 change: 1 addition & 0 deletions pkg/testutils/lint/lint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1079,6 +1079,7 @@ func TestLint(t *testing.T) {
filter,
stream.GrepNot(`.*\.lock`),
stream.GrepNot(`^storage\/rocksdb_error_dict\.go$`),
stream.GrepNot(`^workload/geospatial/geospatial.go$`),
stream.GrepNot(`^workload/tpcds/tpcds.go$`),
stream.GrepNot(`^geo/geoprojbase/projections.go$`),
stream.GrepNot(`^sql/logictest/testdata/logic_test/pg_extension$`),
Expand Down
Loading

0 comments on commit c898ca6

Please sign in to comment.