You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Sir, im trying to export data from Aurora Postgres table having 2.4 billion rows to S3. Although function runs successfully, but it is giving wrong output in rows_uploaded . This is the output i received {"rows_uploaded":-1894967296,"files_uploaded":4,"bytes_uploaded":25619111689} . Although rows_upladed is of BIGINT and it should have handled this value but it is not doing so. may be because of some casting underlying the function. Kindly look into this on urgent basis as this is the production issue for us.
The text was updated successfully, but these errors were encountered:
Hi Sir, im trying to export data from Aurora Postgres table having 2.4 billion rows to S3. Although function runs successfully, but it is giving wrong output in rows_uploaded . This is the output i received {"rows_uploaded":-1894967296,"files_uploaded":4,"bytes_uploaded":25619111689} . Although rows_upladed is of BIGINT and it should have handled this value but it is not doing so. may be because of some casting underlying the function. Kindly look into this on urgent basis as this is the production issue for us.
The text was updated successfully, but these errors were encountered: