update branch references to main (#215)

* update branch references to `main`

* ensure we point to ballista-compute

* update a couple of links to point to ballista-compute
This commit is contained in:
Max Countryman 2020-07-02 12:31:54 -07:00 committed by GitHub
parent 2a6d5f2b61
commit 8cc7702a8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 6 deletions

View file

@ -230,7 +230,7 @@ fn parse_create_table_with_inherit() {
#[test]
fn parse_create_table_empty() {
// Zero-column tables are weird, but supported by at least PostgreSQL.
// <https://github.com/andygrove/sqlparser-rs/pull/94>
// <https://github.com/ballista-compute/sqlparser-rs/pull/94>
let _ = pg_and_generic().verified_stmt("CREATE TABLE t ()");
}