Skip to content

Conversation

@vineetgarg02
Copy link
Contributor

NOTICE

Please create an issue in ASF JIRA before opening a pull request,
and you need to set the title of the pull request which starts with
the corresponding JIRA issue number. (e.g. HIVE-XXXXX: Fix a typo in YYY)
For more details, please see https://cwiki.apache.org/confluence/display/Hive/HowToContribute

Pengcheng Xiong and others added 30 commits April 4, 2017 14:40
…han 1 child (Pengcheng Xiong, reviewed by Ashutosh Chauhan)
…nts on some operators (Jason Dere, reviewed by Gopal V)
…tResultSetMetaData (Pengcheng Xiong, reviewed by Ashutosh Chauhan)
…pplication (Wei Zheng, reviewed by Eugene Koifman)
…onfig should load defaults (Sergey Shelukhin, reviewed by Siddharth Seth)
…autogather column stats is on (Pengcheng Xiong, reviewed by Ashutosh Chauhan)
…epping, reviewed by Sergio Pena, Ashutosh Chauhan)
…ion back to hive warehouse (Vihang Karajgaonkar, reviewed by Sergio Pena, Ying Chen)
…ion back to hive warehouse (Vihang Karajgaonkar, reviewed by Sergio Pena, Ying Chen) (addendum I)
… Infinity value in double column (Pengcheng Xiong, reviewed by Ashutosh Chauhan)
…ition/list bucket tables & inserting cross blobstore tables (Rentao Wu, reviewed by Sergio Pena)
…e been processed (Chao Sun, reviewed by Xuefu Zhang)
… transactional and non-transactional listeners. (Sergio Pena, reviewed by Mohit Sabharwal, Alexander Kolbasov)
daijy and others added 27 commits October 23, 2018 16:35
… in use (Daniel Dai, reviewed by Laszlo Pinter, Thejas Nair)

Signed-off-by: Thejas M Nair <thejas@hortonworks.com>
… in use (Daniel Dai, reviewed by Laszlo Pinter, Thejas Nair)

Signed-off-by: Thejas M Nair <thejas@hortonworks.com>
(Prasanth Jayachandran reviewed by Sergey Shelukhin)

Added additional test case from HIVE-19638.

Signed-off-by: Owen O'Malley <omalley@apache.org>
… complex select expressions (Zoltan Haindrich reviewed by Ashutosh Chauhan)

Signed-off-by: Zoltan Haindrich <kirk@rxd.hu>
(cherry picked from commit 4408661)
(cherry picked from commit a4b9133)
Fixes apache#590

Signed-off-by: Owen O'Malley <omalley@apache.org>
…ies (Zoltan Haindrich reviewed by Vineet Garg)

Signed-off-by: Zoltan Haindrich <kirk@rxd.hu>
(cherry picked from commit 0f39030)
(cherry picked from commit dcfbf18)
…on JDK10 or newer (Ana Jalba, via Peter Vary)
String dateString = new String(inV.vector[i], inV.start[i], inV.length[i], StandardCharsets.UTF_8);
if (dateParser.parseDate(dateString, sqlDate)) {
try {
Date utilDate = Date.valueOf(dateString);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this vectorized expression generated for GenericUDFDate? It seems that UDF still relies on DateParser in this branch:

if (dateParser.parseDate(dateString, date)) {

Since the change may have an effect on parsing of other dates, it may be good to have a test run. It seems we have a jenkins active for branch-2 patches: http://130.211.9.232/job/hive-precommit/job/branch-2/ . I am wondering whether a PR against branch-2 will trigger it or whether we can trigger it manually. Could you verify?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes this vectorized expression is generated for GenericUDFDate. I don't see any way to trigger precommit job manually for branch-2. @kgyrtkirk Do you know how can I trigger ptest for branch-2?

@vineetgarg02 vineetgarg02 changed the base branch from branch-2.3 to branch-2 July 9, 2020 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.