raveendra11 opened a new pull request, #7714: URL: https://github.com/apache/gravitino/pull/7714
### What changes were proposed in this pull request? This PR adds a validation check for the fieldName argument in the PartitionUtils.validateFieldExistence method to ensure it is not null, empty, or blank. This prevents invalid inputs from causing unexpected behavior later in the validation logic. ### Why are the changes needed? Previously, the method assumed fieldName and its first element were valid, which could result in a NullPointerException or invalid behavior if passed a null, empty, or whitespace-only value. Fix: #(issue) ### Does this PR introduce _any_ user-facing change? No, this is an internal utility method enhancement and does not introduce any user-facing API or configuration change. ### How was this patch tested? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
