IMPALA-4047: Remove occurrences of 'CDH'/'cdh' from repo

This change removes some of the occurrences of the strings 'CDH'/'cdh'
from the Impala repository. References to Cloudera-internal Jiras have
been replaced with upstream Jira issues on issues.cloudera.org.

For several categories of occurrences (e.g. pom.xml files,
DOWNLOAD_CDH_COMPONENTS) I also created a list of follow-up Jiras to
remove the occurrences left after this change.

Change-Id: Icb37e2ef0cd9fa0e581d359c5dd3db7812b7b2c8
Reviewed-on: http://gerrit.cloudera.org:8080/4187
Reviewed-by: Jim Apple <jbapple@cloudera.com>
Reviewed-by: Alex Behm <alex.behm@cloudera.com>
Tested-by: Internal Jenkins
This commit is contained in:
Lars Volker
2016-08-31 15:12:12 +02:00
committed by Internal Jenkins
parent 0449b5beab
commit ef4c9958d0
34 changed files with 56 additions and 60 deletions

View File

@@ -336,8 +336,8 @@ class Subquery(ValExpr):
result set.
'''
# XXX: So far it seems fine to use this class for both scalar/non scalar cases but
# this could lead to unexpected behavior or be a silent cause of problems...
# TODO: So far it seems fine to use this class for both scalar/non scalar cases but
# this could lead to unexpected behavior or be a silent cause of problems...
def __init__(self, query):
self.query = query