new feature: allows user to specify timeZone in TimestampSpec#6365
new feature: allows user to specify timeZone in TimestampSpec#6365zhaojiandong wants to merge 7 commits intoapache:masterfrom
Conversation
|
Adding parameter 'timeZone' to TimestampSpec changes constructor signature, So this pr has involved many test files @gianm |
3dd08a6 to
614fac6
Compare
|
Very sorry for the delayed review, thanks for your patience! |
|
related #6343 |
commit f4d29ce2be6d83f77b6fbc4039276a57825cc4bb
Author: zhaojiandong <zhaojiandong@youzan.com>
Date: Fri Jan 18 15:37:32 2019 +0800
allow user to specify time at ingestion time
commit 28a060bf5fd0b4e33fbcca57cb819cd416490802
Author: zhaojiandong <zhaojiandong@youzan.com>
Date: Fri Jan 18 13:33:11 2019 +0800
allow user to specify time at ingestion time
Thank you for your review 👍 @clintropolis |
09b52c8 to
0c0ba3a
Compare
|
I restarted the TeamCity build; the errors it noticed were in unchanged files. If it trips again, @zhaojiandong, you might need to merge from master to get it to pass. |
…dd-timeZone-to-timestampSpec
|
I've merged remote/upsteam/master to my branch and triggered the TeamCity build @gianm |
|
FWIW my PR #7089 is also seeing 2800+ inspections in random files — so it doesn't seem specific to either of our PRs... |
Yeah, it seems to be an intermittent teamcity issue, unsure what causes it yet. |
|
TeamCity build log, it looks like from a test method: testExtractTimestampWithTimezone |
|
This pull request has been marked as stale due to 60 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the dev@druid.apache.org list. Thank you for your contributions. |
|
Apologies, this PR fell off my radar and I forgot about it, could you resolve the conflicts? |
|
@zhaojiandong could you have a look at the conflicted files please? |
|
@zhaojiandong apologize for delayed review.. Probably we should have merged your PR before. Would you please fix the conflicts? Then, I will merge this PR. |
|
This pull request has been marked as stale due to 60 days of inactivity. |
|
This pull request/issue has been closed due to lack of activity. If you think that |
new feature: allows user to specify timeZone in TimestampSpec, How to use:
The default value of timeZone is 'UTC'