* Bump google.golang.org/grpc in /go/gen/proto/dolt/services/eventsapi
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.29.1 to 1.53.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.29.1...v1.53.0)
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* Ran `go mod tidy`
* Result of running Godeps/update.sh
* Godeps/update.sh: Enumerate all released build configurations, instead of trying to put all tags in the single list.
More correctly includes the union of all dependencies. The all-tags approach
can miss dependencies which are taken in some configurations by !arch build
constraints, for example.
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Neil Macneale IV <neil@dolthub.com>
Co-authored-by: Aaron Son <aaron@dolthub.com>
* [no-release-notes] Pushdown refactor, deprecate sql.FilteredTable,
ColumnDiffTable correctness
Pushdown splitting into two phases uncovered bugs. sql.FilteredTable
is now deprecated. ColumnDiffTable correctness tests were never run
through the indexing path before, which are broken. This disables the
indexing path and runs the proper test suites.
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* bump
* tidy
* missing interface method
* mod tidy
* formatter
---------
Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
* WIP
* fix windows panic
* tidy up and add some tests
* cleanup more
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* upgrade package and bypass colored writer
* copyright
* fix license
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* fix bypassing
Co-authored-by: druvv <druvv@users.noreply.github.com>
* cleanup table package
* delete TextTableWriter
* dolt index [cat, rebuild] for new format
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* fix tests
* use reflect.DeepEqual when determining column diff results
* use sql type compare instead of reflect.DeepEqual
* update test to use sql column types
* fix semantic merge conflict
Co-authored-by: druvv <druvv@users.noreply.github.com>