Skip to content

Conversation

alon-zeltser-cyera
Copy link

@alon-zeltser-cyera alon-zeltser-cyera commented Oct 18, 2025

Fix an issue of using PostgreSQL watermark column that contain uppercase letters for example

  "watermarkColumn": "rowInsertedAt",

and setting snapshotNumPartitionsOverride > 0, GetQRepPartitions fails with

{
  "message": "failed to get partitions from source: ERROR: column \"rowinsertedat\" does not exist (SQLSTATE 42703)",
  "source": "GoSDK",
  "cause": {
    "message": "ERROR: column \"rowinsertedat\" does not exist (SQLSTATE 42703)",
    "source": "GoSDK",
    "applicationFailureInfo": {
      "type": "PgError"
    }
  },
  "applicationFailureInfo": {
    "type": "wrapError"
  }
}

@CLAassistant
Copy link

CLAassistant commented Oct 18, 2025

CLA assistant check
All committers have signed the CLA.

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