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 @@ -34,7 +34,7 @@ public class CountFromIndexStep extends AbstractExecutionStep {
private final String alias;

private boolean executed = false;
private int cost = -1;
private long cost = -1;

/**
* @param targetIndex the index name as it is parsed by the SQL parsed
Expand Down
4 changes: 2 additions & 2 deletions postgresw/src/test/resources/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
asyncpg==0.29.0
asyncpg==0.29.0
nest_asyncio==1.5.8
pg8000==1.30.3
pg8000==1.30.3
psycopg==3.1.12
psycopg-binary==3.1.12
psycopg2-binary==2.9.9
Expand Down