mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-12 07:41:02 +00:00
add name field to recordTime field
This commit is contained in:
parent
f65f7ffe95
commit
bf37dfa9ba
1 changed files with 2 additions and 1 deletions
|
|
@ -648,7 +648,8 @@ func avroToPDKField(aField *avro.SchemaField) (idk.Field, error) {
|
|||
return nil, errors.Errorf("required property for RecordTimeField: layout, err:%v", err)
|
||||
}
|
||||
return idk.RecordTimeField{
|
||||
Layout: layout,
|
||||
NameVal: aField.Name,
|
||||
Layout: layout,
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue