Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor updates to ExtractJSON feature validation & logging #291

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

msmygit
Copy link
Collaborator

@msmygit msmygit commented Aug 26, 2024

What this PR does: Just updates logging and validation.

Which issue(s) this PR fixes:
n/a

Checklist:

  • Automated Tests added/updated
  • Documentation added/updated
  • CLA Signed: DataStax CLA

@msmygit msmygit marked this pull request as ready for review August 26, 2024 15:51
@msmygit msmygit requested a review from a team as a code owner August 26, 2024 15:51
@msmygit msmygit requested review from jeromatron, Jeremya, pravinbhat and Ankitp1342 and removed request for a team August 26, 2024 15:51
bindValue, (null == bindValue ? "unknown" : bindValue.getClass().getName()),
targetColumnNames.get(targetIndex), targetColumnTypes.get(targetIndex),
cqlTable.getBindClass(targetIndex).getName(), targetIndex, (currentBindIndex - 1),
this.getCQL());
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@msmygit msmygit merged commit d7a543b into feature/transform-fields Aug 26, 2024
8 checks passed
@msmygit msmygit deleted the feature/minor_updates branch August 26, 2024 16:55
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.

2 participants