pradeepagrawal8184 opened a new pull request, #511: URL: https://github.com/apache/ranger/pull/511
## What changes were proposed in this pull request? Ranger SQL queries is selecting all columns which are not being used, The upgrade failed as 'gz_jsonData' column is not available during the PatchPreSql057_ForUpdateToUniqueGUID_J10052 execution. gz_jsonData column values are not required for the PatchPreSql057_ForUpdateToUniqueGUID_J10052 hence rather selecting all columns only the required columns (id and name) of all records should be fetched. ## How was this patch tested? Retried the failing environment with this patch and same configuration. Upgrade completed successfully. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@ranger.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org