Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KMeans improvements (CQL, hull attr, CLI opts) #1168

Merged
merged 2 commits into from Aug 31, 2017
Merged

KMeans improvements (CQL, hull attr, CLI opts) #1168

merged 2 commits into from Aug 31, 2017

Conversation

blastarr
Copy link
Contributor

No description provided.

@coveralls
Copy link

coveralls commented Aug 22, 2017

Coverage Status

Coverage decreased (-0.05%) to 51.148% when pulling 05a6ec2 on kmeans-cql into 9b31846 on master.

@@ -102,14 +107,50 @@ public void run()
queryOptions.setAdapter(featureAdapterIds);

// This is required due to some funkiness in GeoWaveInputFormat
queryOptions.getAdaptersArray(inputDataStore.createAdapterStore());
AdapterStore adapterStore = inputDataStore.createAdapterStore();
queryOptions.getAdaptersArray(adapterStore);
Copy link
Contributor

Choose a reason for hiding this comment

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

really? thats not good if its true

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That's an old comment. I have no idea why it's there. I think I split it out just to get a ref to the adapterStore for reuse farther down.

}
}
catch (CQLException e) {
LOGGER.error("Unable to parse CQL: " + cqlFilter);
Copy link
Contributor

Choose a reason for hiding this comment

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

ideally we'd have a stack trace (ie. add , e); Not worth disapproving the PR jsut for that.

.getFeatureType()
.getGeometryDescriptor()
.getLocalName();
Filter filter;
Copy link
Contributor

Choose a reason for hiding this comment

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

odd, must have been an artifact of something OBE for these two lines to be separate. iNot worth disapproving the PR just for that.

@rfecher rfecher merged commit 0fbc4d1 into master Aug 31, 2017
@rfecher rfecher deleted the kmeans-cql branch August 31, 2017 14:51
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.

None yet

3 participants