-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dml integration #51
Dml integration #51
Conversation
@@ -0,0 +1,357 @@ | |||
/* | |||
* Copyright (C) 2024 Google LLC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CHange it to 2025
@@ -0,0 +1,599 @@ | |||
/* | |||
* Copyright (C) 2024 Google LLC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change it to 2025
@@ -0,0 +1,603 @@ | |||
{ | |||
"SessionName": "NewSession", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add 2025 copyright header
} | ||
} | ||
|
||
private static DMLGeneratorResponse generateUpsertStatement( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add comments for all the functions
return ByteBuffer.wrap(byteArray); | ||
} | ||
|
||
private static byte[] convertHexStringToByteArray(String hex) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add comments for all functions
@pawankashyapollion Spotless and Checkstyle are failing as well... Please make sure of all hygiene checks are passing before we raise it to Public Repo |
No description provided.