数据类型TIMESTMP解析报错
- Dominant language
- C++
- Stars
- 1.8k
- Forks
- 352
- PR merge metrics
- No merged PRs in 30d
Description
原始数据:start_time=2023-06-01 00:00:00^_
解析类型:TIMESTMP
构建索引时报错:
[ERROR] [1962,build/release64/indexlib/config/impl/field_config_impl.cpp -- StrToFieldType():568] [Unknown field_type: TIMESTMP, support field_type are:
TEXT,STRING,ENUM,INTEGER,FLOAT,LONG,TIME,LOCATION,POLYGON,LINE,ONLINE,PROPERTY,UINT32,UINT64,HASH_64,HASH_128,INT8,UINT8,INT16,UINT16,DOUBLE,RAW,]
问题:当前开源版本0.3.0是否支持TIMESTMP类型解析?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at build/release64/indexlib/config/impl/field_config_impl.cpp, especially StrToFieldType() near line 568, and reproduce the reported index-building error with field type TIMESTMP. Compare the supported field types listed in the error and determine whether TIMESTMP is supported in version 0.3.0; done means the support status and resulting behavior are established.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- search
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100