Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,9 @@ public Object getLiteral() {
return null;
}

@Override
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like we will do another release of StorageAPI. I was wondering if we should push this as a default?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, we need 2.8.1. This PR will stay here and will retarget to 2.8.1, @pavibhai .

BTW, what do you mean by the following?

we should push this as a default?

Copy link
Contributor

Choose a reason for hiding this comment

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

I was wondering if we should add a default implementation to this new method into PredicateLeaf. But not required if this is the only failure we are seeing.

public int getId() { return -1; }

@Override
public List<Object> getLiteralList() {
return null;
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<min.hadoop.version>2.2.0</min.hadoop.version>
<hadoop.version>2.7.3</hadoop.version>
<tools.hadoop.version>2.10.1</tools.hadoop.version>
<storage-api.version>2.7.2</storage-api.version>
<storage-api.version>2.8.1</storage-api.version>
<zookeeper.version>3.7.0</zookeeper.version>
<maven.version>3.6.3</maven.version>
<maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
Expand Down