Skip to content

Commit

Permalink
hardcode at a different place
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik committed Feb 28, 2024
1 parent 52fd85d commit 5f72a4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flow/connectors/postgres/qrep.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ func (c *PostgresConnector) GetQRepPartitions(
config *protos.QRepConfig,
last *protos.QRepPartition,
) ([]*protos.QRepPartition, error) {
config.NumRowsPerPartition = 10_000_000

if config.WatermarkColumn == "" {
// if no watermark column is specified, return a single partition
partition := &protos.QRepPartition{
Expand Down

0 comments on commit 5f72a4d

Please sign in to comment.