Skip to content

Conversation

@jeffreylovitz
Copy link
Contributor

No description provided.

@jeffreylovitz jeffreylovitz requested a review from DvirDukhan April 6, 2020 19:55
@jeffreylovitz jeffreylovitz self-assigned this Apr 6, 2020
@codecov
Copy link

codecov bot commented Apr 6, 2020

Codecov Report

Merging #70 into master will decrease coverage by 0.54%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #70      +/-   ##
============================================
- Coverage     78.44%   77.89%   -0.55%     
+ Complexity      180      179       -1     
============================================
  Files            23       23              
  Lines           552      552              
  Branches         60       60              
============================================
- Hits            433      430       -3     
- Misses           93       96       +3     
  Partials         26       26              
Impacted Files Coverage Δ Complexity Δ
...slabs/redisgraph/impl/resultset/ResultSetImpl.java 78.89% <0.00%> (-3.67%) 35.00% <0.00%> (-2.00%)
...edislabs/redisgraph/impl/resultset/RecordImpl.java 50.00% <0.00%> (+4.54%) 8.00% <0.00%> (+1.00%)

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 2576ce8...0616a30. Read the comment docs.

Comment on lines -196 to -198
Assert.assertEquals(COLUMN_NODE, schemaTypes.get(0));
Assert.assertEquals(COLUMN_RELATION, schemaTypes.get(1));
Assert.assertEquals(COLUMN_SCALAR, schemaTypes.get(2));
Copy link
Contributor

Choose a reason for hiding this comment

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

remove line 184
please annotate getSchemaTypes as @deprecated both in the interface and the implemented class, with explenation why it is deprecated

Comment on lines -379 to -381
Assert.assertEquals(COLUMN_NODE, schemaTypes.get(0));
Assert.assertEquals(COLUMN_RELATION, schemaTypes.get(1));
Assert.assertEquals(COLUMN_SCALAR, schemaTypes.get(2));
Copy link
Contributor

Choose a reason for hiding this comment

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

remove line 368 and all other lines using schemaTypes

Comment on lines -423 to -424
Assert.assertEquals(COLUMN_NODE, schemaTypes.get(0));
Assert.assertEquals(COLUMN_RELATION, schemaTypes.get(1));
Copy link
Contributor

Choose a reason for hiding this comment

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

remove line 410 and all the lines using schema types

Comment on lines -472 to -473
Assert.assertEquals(COLUMN_NODE, schemaTypes.get(0));
Assert.assertEquals(COLUMN_RELATION, schemaTypes.get(1));
Copy link
Contributor

Choose a reason for hiding this comment

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

remove line 457 and all line using schemaTypes

Comment on lines -507 to -508
Assert.assertEquals(COLUMN_NODE, schemaTypes.get(0));
Assert.assertEquals(COLUMN_RELATION, schemaTypes.get(1));
Copy link
Contributor

Choose a reason for hiding this comment

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

remove line 490 and all lines using schemaTypes

Comment on lines -585 to -586
Assert.assertEquals(COLUMN_NODE, schemaTypes.get(0));

Copy link
Contributor

Choose a reason for hiding this comment

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

remove line 563 and all lines using schemaTypes

@DvirDukhan DvirDukhan merged commit 4745ab6 into master Apr 7, 2020
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.

3 participants