mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-04 06:18:17 +00:00
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:
parent
2a6d5f2b61
commit
8cc7702a8c
4 changed files with 7 additions and 6 deletions
|
@ -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 ()");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue