mirror of
https://github.com/apache/impala.git
synced 2025-12-23 21:08:39 -05:00
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:
committed by
Internal Jenkins
parent
0449b5beab
commit
ef4c9958d0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user