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

Prepare for release v0.3.6 #155

Merged
merged 15 commits into from
Mar 11, 2019
Merged

Prepare for release v0.3.6 #155

merged 15 commits into from
Mar 11, 2019

Conversation

zouzias
Copy link
Owner

@zouzias zouzias commented Mar 11, 2019

Breaking changes:

  • Method LuceneRDD.blockEntityLinkage now takes as argument a linker of type Row => org.apache.lucene.search.Query
  • Method LuceneRDD.blockDedup now takes as argument a linker of type Row => org.apache.lucene.search.Query

Changelog:

@zouzias zouzias added this to the 0.3.6 milestone Mar 11, 2019
Anastasios Zouzias and others added 14 commits March 11, 2019 22:07
* Remove unused code (#141)

* Revert "Setting version to 0.3.4-SNAPSHOT"

This reverts commit 2f1d7be.

* README: update to 0.3.3

* README: fix javadoc badge

* remove unused param

* [sbt] version updates

* [conf] allow not_analyzed string fields (#145)

* [not-analyzed-fields] do not analyzed fields ending with _notanalyzed

* [hotfix] fixes issue 150

* [tests] issue 150

* fix typo

* [blockEntityLinkage] drop queryPartColumns
* [linkage] block linker with => Query

* [linkage] block linker is Row => Query

* remove Query analyzer on methods
@codecov
Copy link

codecov bot commented Mar 11, 2019

Codecov Report

Merging #155 into master will increase coverage by 0.09%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #155      +/-   ##
==========================================
+ Coverage   77.28%   77.37%   +0.09%     
==========================================
  Files          33       33              
  Lines         995      999       +4     
  Branches       88       90       +2     
==========================================
+ Hits          769      773       +4     
  Misses        226      226
Impacted Files Coverage Δ
.../scala/org/zouzias/spark/lucenerdd/LuceneRDD.scala 87.61% <100%> (+0.11%) ⬆️
...ias/spark/lucenerdd/query/LuceneQueryHelpers.scala 94.91% <100%> (+0.08%) ⬆️
...spark/lucenerdd/partition/LuceneRDDPartition.scala 89.04% <100%> (+0.3%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 40385db...e35b971. Read the comment docs.

@zouzias zouzias merged commit 02cf427 into master Mar 11, 2019
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