Skip to content

Hotfix/rdf parser#47

Merged
LorenzBuehmann merged 5 commits into
developfrom
hotfix/rdf-parser
Jun 4, 2018
Merged

Hotfix/rdf parser#47
LorenzBuehmann merged 5 commits into
developfrom
hotfix/rdf-parser

Conversation

@LorenzBuehmann

Copy link
Copy Markdown
Member

Fixes SCalatestissues and RDF parsing bug.

@LorenzBuehmann
LorenzBuehmann requested a review from SimonBin June 4, 2018 09:52
@LorenzBuehmann

LorenzBuehmann commented Jun 4, 2018

Copy link
Copy Markdown
Member Author

Ok, looks like the first time Scalatests are executed for the RDF layer...

@Aklakan
It looks like Travis fails because the SparqlifyPartitionTests fail with

partitioning N-Triples file into Sparqlify Partition (Vertical Partition) should result in size 30 *** FAILED ***
  25 did not equal 30 (SparqlifyPartitionTests.scala:22)

Actually, it should be 21 + x (x because of different literal datatypes) because

> awk '{print $2}' src/test/resources/rdf.nt | sort | uniq | wc -l
> 21

i.e., there are 21 distinct properties some of them used in triples with literal objects having multiple datatypes.

@LorenzBuehmann
LorenzBuehmann merged commit 1916bb1 into develop Jun 4, 2018
@LorenzBuehmann
LorenzBuehmann deleted the hotfix/rdf-parser branch June 18, 2018 12:01
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.

2 participants