-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Alternate Date Formats #258
Changes from 38 commits
8b2f65d
c5ad8e0
a64b93e
cbf3c38
a780bbd
ffede70
3708a6f
bc15e3a
a5fac5c
9c2a7c8
0f01283
5c63d7f
675aa02
09d420b
a519501
ed2bcbb
ef90ad6
418dc98
0670812
5543fd8
9325d24
89cb4ce
2ab67ed
bbc6526
e07b4ca
dc5ef5b
2f45ced
d1057e3
225e8a9
a7801f4
25e9f11
ebbcad2
dabf8bc
be06b94
5b879de
282cc76
0fe9ea0
debda6a
568bbf3
0fba818
6f7e633
a6341ac
7fa682e
752a718
ace81ea
2ccebd9
3fc11a4
93f212a
a3de4e5
0df21dd
28c1bca
b140170
e95fdde
4394315
4e9bb15
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,166 @@ | ||
{"index": {}} | ||
{"name": "epoch_millis", "epoch_millis": "450608862000.123456"} | ||
{"index": {}} | ||
{"name": "epoch_second", "epoch_second": "450608862.000123456"} | ||
{"index": {}} | ||
{"name": "date_optional_time", "date_optional_time": "1984-04-12T09:07:42.000Z"} | ||
{"index": {}} | ||
{"name": "strict_date_optional_time", "strict_date_optional_time": "1984-04-12T09:07:42.000Z"} | ||
{"index": {}} | ||
{"name": "strict_date_optional_time_nanos", "strict_date_optional_time_nanos": "1984-04-12T09:07:42.000123456Z"} | ||
{"index": {}} | ||
{"name": "basic_date", "basic_date": "19840412"} | ||
{"index": {}} | ||
{"name": "basic_date_time", "basic_date_time": "19840412T090742.000Z"} | ||
{"index": {}} | ||
{"name": "basic_date_time_no_millis", "basic_date_time_no_millis": "19840412T090742Z"} | ||
{"index": {}} | ||
{"name": "basic_ordinal_date", "basic_ordinal_date": "1984103"} | ||
{"index": {}} | ||
{"name": "basic_ordinal_date_time", "basic_ordinal_date_time": "1984103T090742.000Z"} | ||
{"index": {}} | ||
{"name": "basic_ordinal_date_time_no_millis", "basic_ordinal_date_time_no_millis": "1984103T090742Z"} | ||
{"index": {}} | ||
{"name": "basic_time", "basic_time": "090742.000Z"} | ||
{"index": {}} | ||
{"name": "basic_time_no_millis", "basic_time_no_millis": "090742Z"} | ||
{"index": {}} | ||
{"name": "basic_t_time", "basic_t_time": "T090742.000Z"} | ||
{"index": {}} | ||
{"name": "basic_t_time_no_millis", "basic_t_time_no_millis": "T090742Z"} | ||
{"index": {}} | ||
{"name": "basic_week_date", "basic_week_date": "1984W154"} | ||
{"index": {}} | ||
{"name": "strict_basic_week_date", "strict_basic_week_date": "1984W154"} | ||
{"index": {}} | ||
{"name": "basic_week_date_time", "basic_week_date_time": "1984W154T090742.000Z"} | ||
{"index": {}} | ||
{"name": "strict_basic_week_date_time", "strict_basic_week_date_time": "1984W154T090742.000Z"} | ||
{"index": {}} | ||
{"name": "basic_week_date_time_no_millis", "basic_week_date_time_no_millis": "1984W154T090742Z"} | ||
{"index": {}} | ||
{"name": "strict_basic_week_date_time_no_millis", "strict_basic_week_date_time_no_millis": "1984W154T090742Z"} | ||
{"index": {}} | ||
{"name": "date", "date": "1984-04-12"} | ||
{"index": {}} | ||
{"name": "strict_date", "strict_date": "1984-04-12"} | ||
{"index": {}} | ||
{"name": "date_hour", "date_hour": "1984-04-12T09"} | ||
{"index": {}} | ||
{"name": "strict_date_hour", "strict_date_hour": "1984-04-12T09"} | ||
{"index": {}} | ||
{"name": "date_hour_minute", "date_hour_minute": "1984-04-12T09:07"} | ||
{"index": {}} | ||
{"name": "strict_date_hour_minute", "strict_date_hour_minute": "1984-04-12T09:07"} | ||
{"index": {}} | ||
{"name": "date_hour_minute_second", "date_hour_minute_second": "1984-04-12T09:07:42"} | ||
{"index": {}} | ||
{"name": "strict_date_hour_minute_second", "strict_date_hour_minute_second": "1984-04-12T09:07:42"} | ||
{"index": {}} | ||
{"name": "date_hour_minute_second_fraction", "date_hour_minute_second_fraction": "1984-04-12T09:07:42.000"} | ||
{"index": {}} | ||
{"name": "strict_date_hour_minute_second_fraction", "strict_date_hour_minute_second_fraction": "1984-04-12T09:07:42.000"} | ||
{"index": {}} | ||
{"name": "date_hour_minute_second_millis", "date_hour_minute_second_millis": "1984-04-12T09:07:42.000"} | ||
{"index": {}} | ||
{"name": "strict_date_hour_minute_second_millis", "strict_date_hour_minute_second_millis": "1984-04-12T09:07:42.000"} | ||
{"index": {}} | ||
{"name": "date_time", "date_time": "1984-04-12T09:07:42.000Z"} | ||
{"index": {}} | ||
{"name": "strict_date_time", "strict_date_time": "1984-04-12T09:07:42.000123456Z"} | ||
{"index": {}} | ||
{"name": "date_time_no_millis", "date_time_no_millis": "1984-04-12T09:07:42Z"} | ||
{"index": {}} | ||
{"name": "strict_date_time_no_millis", "strict_date_time_no_millis": "1984-04-12T09:07:42Z"} | ||
{"index": {}} | ||
{"name": "hour", "hour": "09"} | ||
{"index": {}} | ||
{"name": "strict_hour", "strict_hour": "09"} | ||
{"index": {}} | ||
{"name": "hour_minute", "hour_minute": "09:07"} | ||
{"index": {}} | ||
{"name": "strict_hour_minute", "strict_hour_minute": "09:07"} | ||
{"index": {}} | ||
{"name": "hour_minute_second", "hour_minute_second": "09:07:42"} | ||
{"index": {}} | ||
{"name": "strict_hour_minute_second", "strict_hour_minute_second": "09:07:42"} | ||
{"index": {}} | ||
{"name": "hour_minute_second_fraction", "hour_minute_second_fraction": "09:07:42.000"} | ||
{"index": {}} | ||
{"name": "strict_hour_minute_second_fraction", "strict_hour_minute_second_fraction": "09:07:42.000"} | ||
{"index": {}} | ||
{"name": "hour_minute_second_millis", "hour_minute_second_millis": "09:07:42.000"} | ||
{"index": {}} | ||
{"name": "strict_hour_minute_second_millis", "strict_hour_minute_second_millis": "09:07:42.000"} | ||
{"index": {}} | ||
{"name": "ordinal_date", "ordinal_date": "1984-103"} | ||
{"index": {}} | ||
{"name": "strict_ordinal_date", "strict_ordinal_date": "1984-103"} | ||
{"index": {}} | ||
{"name": "ordinal_date_time", "ordinal_date_time": "1984-103T09:07:42.000123456Z"} | ||
{"index": {}} | ||
{"name": "strict_ordinal_date_time", "strict_ordinal_date_time": "1984-103T09:07:42.000123456Z"} | ||
{"index": {}} | ||
{"name": "ordinal_date_time_no_millis", "ordinal_date_time_no_millis": "1984-103T09:07:42Z"} | ||
{"index": {}} | ||
{"name": "strict_ordinal_date_time_no_millis", "strict_ordinal_date_time_no_millis": "1984-103T09:07:42Z"} | ||
{"index": {}} | ||
{"name": "time", "time": "09:07:42.000Z"} | ||
{"index": {}} | ||
{"name": "strict_time", "strict_time": "09:07:42.000Z"} | ||
{"index": {}} | ||
{"name": "time_no_millis", "time_no_millis": "09:07:42Z"} | ||
{"index": {}} | ||
{"name": "strict_time_no_millis", "strict_time_no_millis": "09:07:42Z"} | ||
{"index": {}} | ||
{"name": "t_time", "t_time": "T09:07:42.000Z"} | ||
{"index": {}} | ||
{"name": "strict_t_time", "strict_t_time": "T09:07:42.000Z"} | ||
{"index": {}} | ||
{"name": "t_time_no_millis", "t_time_no_millis": "T09:07:42Z"} | ||
{"index": {}} | ||
{"name": "strict_t_time_no_millis", "strict_t_time_no_millis": "T09:07:42Z"} | ||
{"index": {}} | ||
{"name": "week_date", "week_date": "1984-W15-4"} | ||
{"index": {}} | ||
{"name": "strict_week_date", "strict_week_date": "1984-W15-4"} | ||
{"index": {}} | ||
{"name": "week_date_time", "week_date_time": "1984-W15-4T09:07:42.000Z"} | ||
{"index": {}} | ||
{"name": "strict_week_date_time", "strict_week_date_time": "1984-W15-4T09:07:42.000Z"} | ||
{"index": {}} | ||
{"name": "week_date_time_no_millis", "week_date_time_no_millis": "1984-W15-4T09:07:42Z"} | ||
{"index": {}} | ||
{"name": "strict_week_date_time_no_millis", "strict_week_date_time_no_millis": "1984-W15-4T09:07:42Z"} | ||
{"index": {}} | ||
{"name": "weekyear", "weekyear": "1984"} | ||
{"index": {}} | ||
{"name": "strict_weekyear", "strict_weekyear": "1984"} | ||
{"index": {}} | ||
{"name": "weekyear_week", "weekyear_week": "1984-W15"} | ||
{"index": {}} | ||
{"name": "strict_weekyear_week", "strict_weekyear_week": "1984-W15"} | ||
{"index": {}} | ||
{"name": "weekyear_week_day", "weekyear_week_day": "1984-W15-4"} | ||
{"index": {}} | ||
{"name": "strict_weekyear_week_day", "strict_weekyear_week_day": "1984-W15-4"} | ||
{"index": {}} | ||
{"name": "year", "year": "1984"} | ||
{"index": {}} | ||
{"name": "strict_year", "strict_year": "1984"} | ||
{"index": {}} | ||
{"name": "year_month", "year_month": "1984-04"} | ||
{"index": {}} | ||
{"name": "strict_year_month", "strict_year_month": "1984-04"} | ||
{"index": {}} | ||
{"name": "year_month_day", "year_month_day": "1984-04-12"} | ||
{"index": {}} | ||
{"name": "strict_year_month_day", "strict_year_month_day": "1984-04-12"} | ||
{"index": {}} | ||
{"name": "yyyy-MM-dd", "yyyy-MM-dd": "1984-04-12"} | ||
{"index": {}} | ||
{"name": "HH:mm:ss", "HH:mm:ss": "09:07:42"} | ||
{"index": {}} | ||
{"name": "yyyy-MM-dd||uuuu-DDD", "yyyy-MM-dd||uuuu-DDD": "1984-04-12"} | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we should have data that formats to each of the provided date formats to make sure that they are all working. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
{"index": {}} | ||
{"name": "hour_minute_second||t_time", "hour_minute_second||t_time": "09:07:42"} | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can we add multi-format field that covers both dates and times? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. please add data that is formatted by the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what do you mean by this? Is this test case now supported in V2 and it fails?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This may have been a mistake. I think this was failing due to the data type refactor at first, and when I asked about it JSON format was the reason that was suggested for why it started failing all of a sudden, so I just put that as the description. This has been fixed since then, so I will remove these annotations.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2ccebd9