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

Update response for table list #352

Merged
merged 2 commits into from
Jul 19, 2024
Merged

Conversation

imnutz
Copy link
Contributor

@imnutz imnutz commented Jul 17, 2024

Add user id and description to the response

@imnutz imnutz requested a review from tung-vu-td July 17, 2024 01:20
@@ -37,6 +37,8 @@ public class TDTable
private final String expireDays;
private final String createdAt;
private final String updatedAt;
private final long userId;
Copy link
Contributor

Choose a reason for hiding this comment

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

In td-client-java, user_id is handled as an integer value as follows:

@JsonProperty("user_id") public abstract Integer getUserId();

It's good to follow the existing data type for user_id as much as possible.

@imnutz imnutz requested a review from a team July 18, 2024 08:45
Copy link

@ylzen ylzen left a comment

Choose a reason for hiding this comment

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

Reviewed for Data Exfiltrations.

@imnutz imnutz force-pushed the update_response_for_table_list_dbname branch from 7e07c39 to daa143f Compare July 19, 2024 01:58
@imnutz imnutz merged commit 125f90d into master Jul 19, 2024
7 checks passed
@imnutz imnutz deleted the update_response_for_table_list_dbname branch July 19, 2024 02:12
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.

3 participants