e
FROM broadcast_time
WHERE par_date = 20171023 AND qid = 111
) t1
JOIN
(
SELECT qid
FROM room_info
WHERE par_date = 20171023
) r
ON t1.qid = r.qid
GROUP BY par_date;
get reuslt:
2017102339
2,when use alias field new_par_date(different with partitioned fie
liyunzhang created HIVE-17879:
-
Summary: Can not find java.sql.date in JDK9 when building hive
Key: HIVE-17879
URL: https://issues.apache.org/jira/browse/HIVE-17879
Project: Hive
Issue Type: Bug
GitHub user kanna14243 opened a pull request:
https://github.com/apache/hive/pull/265
Update TBinarySortableProtocol.java
writeTextBytes doesn't respect the start parameter. It'll work only for
cases where start = 0. Fixing it so that it'll work for any value of start.
You can merg
Looks like the Jenkins node with label "Hadoop" has been removed, it
doesn't show up in Jenkins.
On Mon, Oct 23, 2017 at 5:25 PM, Vihang Karajgaonkar
wrote:
> https://builds.apache.org/job/PreCommit-HIVE-Build/# does not seem to be
> picking up new patches. I checked on the ptest server side and
https://builds.apache.org/job/PreCommit-HIVE-Build/# does not seem to be
picking up new patches. I checked on the ptest server side and it seems to
be working fine. The build queue shows a weird "(pending—H14 doesn’t have
label Hadoop; H15 doesn’t have label Hadoop; " message which I haven't
seen
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63230/
---
Review request for hive and Prasanth_J.
Repository: hive-git
Description
Github user asfgit closed the pull request at:
https://github.com/apache/hive/pull/264
---
Sergey Shelukhin created HIVE-17878:
---
Summary: create table like table doesn't preserve ACID properties
Key: HIVE-17878
URL: https://issues.apache.org/jira/browse/HIVE-17878
Project: Hive
I
Rui Li created HIVE-17877:
-
Summary: HoS: combine equivalent DPP sink works
Key: HIVE-17877
URL: https://issues.apache.org/jira/browse/HIVE-17877
Project: Hive
Issue Type: Improvement
Rep