Implement Partitioning / Sectioning in Benchtop Tables #43
Annotations
9 errors and 1 warning
|
|
|
jsontable/driver.go#L504
impossible type assertion: newTable.(*JSONTable)
|
|
jsontable/driver.go#L415
cannot use out (variable of type *JSONTable) as benchtop.TableStore value in return statement: *JSONTable does not implement benchtop.TableStore (missing method Fetch)
|
|
jsontable/driver.go#L368
cannot use x (variable of type *JSONTable) as benchtop.TableStore value in return statement: *JSONTable does not implement benchtop.TableStore (missing method Fetch)
|
|
jsontable/driver.go#L360
cannot use x (variable of type *JSONTable) as benchtop.TableStore value in return statement: *JSONTable does not implement benchtop.TableStore (missing method Fetch)
|
|
jsontable/driver.go#L305
cannot use out (variable of type *JSONTable) as benchtop.TableStore value in return statement: *JSONTable does not implement benchtop.TableStore (missing method Fetch)
|
|
jsontable/driver.go#L230
cannot use p (variable of type *JSONTable) as benchtop.TableStore value in return statement: *JSONTable does not implement benchtop.TableStore (missing method Fetch)
|
|
jsontable/driver.go#L222
cannot use p (variable of type *JSONTable) as benchtop.TableStore value in return statement: *JSONTable does not implement benchtop.TableStore (missing method Fetch)
|
|
jsontable/driver.go#L153
impossible type assertion: table.(*JSONTable)
|
|
|
The logs for this run have expired and are no longer available.
Loading