ClickHouse / ClickHouse/ch-go

Infer Error:automatic column inference not supported for "Nullable(DateTime)"

Open
#152 5 comments 1 reaction 1 assignee Claimed by @serprex View on GitHub
Dominant language
Go
Stars
428
Forks
84
Avg merge
9d 6h
Merged PRs (30d)
4

Description

Auto Infer not support Nullable(DateTime) ?
```go
col := &proto.ColAuto{}
if err := col.Infer(proto.ColumnType("Nullable(DateTime)")); err != nil {
fmt.Printf("Auto Infer Error: %s\n", err)
}
```
Error:
```
Auto Infer Error: automatic column inference not supported for "Nullable(DateTime)"
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.