Skip to content
Merged
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
4 changes: 1 addition & 3 deletions client/src/main/java/com/aerospike/client/sdk/Cluster.java
Original file line number Diff line number Diff line change
Expand Up @@ -634,9 +634,7 @@ public Version getVersion() {
* @see com.aerospike.client.sdk.exp.Expression#fromServerCompiledFilter(String)
*/
public boolean supportsAel() {
// TODO Change to version check when server main branch supports it.
// return versionGE813;
return false;
return versionGE813;
}

/**
Expand Down
Loading