Skip to content

Fix for https://issues.apache.org/jira/browse/OPTIQ-269 - #6

Closed
jcentenn wants to merge 1 commit into
apache:masterfrom
jcentenn:master
Closed

Fix for https://issues.apache.org/jira/browse/OPTIQ-269#6
jcentenn wants to merge 1 commit into
apache:masterfrom
jcentenn:master

Conversation

@jcentenn

@jcentenn jcentenn commented Aug 1, 2014

Copy link
Copy Markdown
Contributor

Detects the version of mongod to determine which kind of intermediate
result to utilize.

For versions 2.6+, a Cursor result will be returned form the
DBCollection otherwise a AggregationOutput result is returned.

An Iterator object is retrieved from the intermediate result
and returned by MongoTable.aggregate.

Updated dependency in for mongo-java-driver in master/mongodb/pom.xml:

<dependency>
  <groupId>org.mongodb</groupId>
  <artifactId>mongo-java-driver</artifactId>
  <version>2.12.3</version>
</dependency>

Detects the version of mongod to determine which kind of intermediate
result to utilize.

For versions 2.6+, a Cursor result will be returned form the
DBCollection otherwise a AggregationOutput result is returned.

An Iterator<DBObject> object is retrieved from the intermediate result 
and returned by MongoTable.aggregate.

Updated dependency in for mongo-java-driver in master/mongodb/pom.xml:

    <dependency>
      <groupId>org.mongodb</groupId>
      <artifactId>mongo-java-driver</artifactId>
      <version>2.12.3</version>
    </dependency>
@jcentenn jcentenn closed this Aug 1, 2014
@jcentenn jcentenn reopened this Aug 1, 2014
@jcentenn

jcentenn commented Aug 1, 2014

Copy link
Copy Markdown
Contributor Author

Fix for [OPTIQ-269] - see comments above

@jcentenn jcentenn closed this Aug 1, 2014
@jcentenn jcentenn reopened this Aug 1, 2014
@asfgit asfgit closed this in 97acf7d Aug 30, 2014
zhumayun pushed a commit to zhumayun/calcite that referenced this pull request May 22, 2017
# This is the 1st commit message:
Added thetaSketch data type to DruidTypes

# This is the commit message apache#2:

Fixed code to comply with checkstyle

# This is the commit message apache#3:

Implemented thetaSketch and hyperUnique DruidTypes by adding an extra map to hold column type information

# This is the commit message apache#4:

bug fix: used fieldName as key, rather than output name

# This is the commit message apache#5:

Fixed test errors

# This is the commit message apache#6:

Fixed DruidTableFactory to include the proper druid types. (Fixes Integration test issues as well)
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.

1 participant