influxdata / influxdata/influxdb-comparisons
build bulk_load_timescale error!
Open
bug
help wanted
- Dominant language
- Go
- Stars
- 313
- Forks
- 110
- PR merge metrics
- No merged PRs in 30d
Description
When I build influxdb-comparisons/cmd/bulk_load_timescale, error occurs below:
`go: finding module for package github.com/jackc/pgx/pgxpool`
`main.go:20:2: module github.com/jackc/pgx@latest found (v3.6.2+incompatible), but does not contain package github.com/jackc/pgx/pgxpool`
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the build for cmd/bulk_load_timescale and inspect the import at main.go:20. Investigate the reported github.com/jackc/pgx/pgxpool module mismatch; done means the command builds without this package error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100