mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
fixed another failing test
This commit is contained in:
parent
5f20f27b8e
commit
7d410cef45
2 changed files with 3 additions and 1 deletions
|
|
@ -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{
|
||||
|
|
|
|||
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue