Hello Jian Zhang, Csaba Ringhofer, Impala Public Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/18958
to look at the new patch set (#4).
Change subject: IMPALA-11563: Optimized /etc/sysconfig/clock to find the time
zone
......................................................................
IMPALA-11563: Optimized /etc/sysconfig/clock to find the time zone
For /etc/sysconfig/clock, when a row has a '#', we can skip that row,
and optimize the content of parsing lines.
This will fix the parsing problem caused by the '# Zone="utc"'.
Note:
The erase() function modifies the original string instead of creating
a new string.
The substr() function returns a new string with
the specified characters instead of modifying the original string.
Change-Id: I7f80fd1817d072f8dadf288025cb9534191ca458
---
M be/src/exprs/timezone_db.cc
1 file changed, 6 insertions(+), 4 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/58/18958/4
--
To view, visit http://gerrit.cloudera.org:8080/18958
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I7f80fd1817d072f8dadf288025cb9534191ca458
Gerrit-Change-Number: 18958
Gerrit-PatchSet: 4
Gerrit-Owner: Baike Xia <[email protected]>
Gerrit-Reviewer: Baike Xia <[email protected]>
Gerrit-Reviewer: Csaba Ringhofer <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Jian Zhang <[email protected]>