fixed another failing test

This commit is contained in:
pokeeffe-molecula 2023-04-06 09:28:23 -05:00
parent 5f20f27b8e
commit 7d410cef45
2 changed files with 3 additions and 1 deletions

View file

@ -614,7 +614,6 @@ func (i *fbTableDDLRowIter) Next(ctx context.Context) (types.Row, error) {
for idx, tbl := range tbls {
// build the ddl for this table
ddl := generateTableDDL(tbl, "")
i.result[idx] = &fbTableDDLRow{

View file

@ -379,6 +379,7 @@ func TestPlanner_Show(t *testing.T) {
wireQueryFieldString("cache_type"),
wireQueryFieldInt("cache_size"),
wireQueryFieldInt("scale"),
wireQueryFieldInt("length"),
wireQueryFieldInt("min"),
wireQueryFieldInt("max"),
wireQueryFieldString("timeunit"),
@ -408,6 +409,7 @@ func TestPlanner_Show(t *testing.T) {
wireQueryFieldString("cache_type"),
wireQueryFieldInt("cache_size"),
wireQueryFieldInt("scale"),
wireQueryFieldInt("length"),
wireQueryFieldInt("min"),
wireQueryFieldInt("max"),
wireQueryFieldString("timeunit"),
@ -822,6 +824,7 @@ func TestPlanner_CreateTable(t *testing.T) {
wireQueryFieldString("cache_type"),
wireQueryFieldInt("cache_size"),
wireQueryFieldInt("scale"),
wireQueryFieldInt("length"),
wireQueryFieldInt("min"),
wireQueryFieldInt("max"),
wireQueryFieldString("timeunit"),