Conversation
robverschoor
reviewed
May 7, 2025
robverschoor
reviewed
May 7, 2025
robverschoor
reviewed
May 7, 2025
| public static final String thisProgVersion = "2025-04"; | ||
| public static final String thisProgVersionDate = "April 2025"; | ||
| public static final String thisProgVersion = "2025-06"; | ||
| public static final String thisProgVersionDate = "June 2025"; |
Collaborator
There was a problem hiding this comment.
How sure are we that this is not going to be in May 2025 or July 2025?
Collaborator
Author
There was a problem hiding this comment.
Release is scheduled for June 1st week. Will update timestamp incase of delays.
Updated time and metadata config for new minor version releases of babelfish v5.2.0 (PG 17.5) and v4.6.0 (PG 16.9). Added support for newly supported features ALTER VIEW and UNPIVOT. Task: BABEL-5786 Signed-off-by: Manisha Deshpande <mmdeshp@amazon.com>
0f46392 to
17b9c3e
Compare
robverschoor
suggested changes
May 14, 2025
Signed-off-by: Manisha Deshpande <mmdeshp@amazon.com>
Added support for geospatial function calls: STDimension, STDisjoint, STIntersects, STIsClosed, STIsEmpty, STIsValid Task: BABEL-5786 Signed-off-by: Manisha Deshpande <mmdeshp@amazon.com>
robverschoor
approved these changes
May 20, 2025
Signed-off-by: Rahul Parande <rparande@amazon.com>
|
|
||
| String kwd = "CREATE"; | ||
| String status = u.Supported; | ||
| String hasTrigger = null; |
Collaborator
There was a problem hiding this comment.
use boolean instead of string
|
|
||
| String trigName = lookupTrigOnView(viewName); | ||
| if (!trigName.isEmpty()) { | ||
| status = u.NotSupported; |
Collaborator
There was a problem hiding this comment.
you have to add an item to the .cfg file and specifically test for that. you cannot just decide here that it is not supported
Contributor
There was a problem hiding this comment.
Added list item - View (representing Alter view) and Trigger (representing Alter view with trigger) in .cfg file
Signed-off-by: Rahul Parande <rparande@amazon.com>
robverschoor
approved these changes
May 28, 2025
Updated from actions/checkout@v2 to actions/checkout@v3 and actions/setup-java@v2 to actions/setup-java@v3. Updated distribution : 'adopt' to 'temurin'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Issues Resolved
BABEL-5786: Add support for Babelfish v.5.2.0 and v.4.6.0.
Check List
By submitting this pull request, I confirm that my contribution is under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.