Not to be merged : Source spec defined at OLAP level #6569
Annotations
10 errors and 1 warning
lint:
runtime/drivers/clickhouse/olap.go#L32
cannot use &connection{} (value of type *connection) as drivers.OLAPStore value in variable declaration: *connection does not implement drivers.OLAPStore (missing method IngestionSpec)
|
lint:
runtime/drivers/clickhouse/clickhouse.go#L366
cannot use c (variable of type *connection) as drivers.OLAPStore value in return statement: *connection does not implement drivers.OLAPStore (missing method IngestionSpec) (typecheck)
|
lint:
runtime/pkg/pbutil/pbutil.go#L16
could not import github.com/rilldata/rill/runtime/drivers/clickhouse (-: # github.com/rilldata/rill/runtime/drivers/clickhouse
|
lint:
runtime/drivers/clickhouse/olap.go#L32
cannot use &connection{} (value of type *connection) as drivers.OLAPStore value in variable declaration: *connection does not implement drivers.OLAPStore (missing method IngestionSpec)
|
lint:
runtime/drivers/clickhouse/clickhouse.go#L366
cannot use c (variable of type *connection) as drivers.OLAPStore value in return statement: *connection does not implement drivers.OLAPStore (missing method IngestionSpec)) (typecheck)
|
lint:
runtime/pkg/jsonval/jsonval.go#L17
could not import github.com/rilldata/rill/runtime/drivers/clickhouse (-: # github.com/rilldata/rill/runtime/drivers/clickhouse
|
lint:
runtime/drivers/clickhouse/olap.go#L32
cannot use &connection{} (value of type *connection) as drivers.OLAPStore value in variable declaration: *connection does not implement drivers.OLAPStore (missing method IngestionSpec)
|
lint:
runtime/drivers/clickhouse/clickhouse.go#L366
cannot use c (variable of type *connection) as drivers.OLAPStore value in return statement: *connection does not implement drivers.OLAPStore (missing method IngestionSpec)) (typecheck)
|
lint:
admin/server/auth/claims.go#L10
"github.com/rilldata/rill/admin/database" imported and not used (typecheck)
|
lint:
runtime/drivers/druid/olap.go#L21
cannot use &connection{} (value of type *connection) as drivers.OLAPStore value in variable declaration: *connection does not implement drivers.OLAPStore (missing method IngestionSpec)
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|