Infer Error:automatic column inference not supported for "Nullable(DateTime)"
Open
- 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.