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

Implement incremental upload of tab delimited data. #38

Closed
wants to merge 27 commits into from

Conversation

forus
Copy link
Contributor

@forus forus commented May 15, 2024

See #45 instead.

@forus forus requested a review from haynescd May 15, 2024 09:35
forus added 7 commits May 15, 2024 11:42
Do it for all data types, not only MAF
- Split big tab. delim test to multiple tests based on data type.

- Use ImportProfileData instead of ImportTabDelimData for testing.
  - We cover more logic with such tests.
  - This is more stable interface. ImportTabDelimData can be refactored.
args variable was not declared
Connection con = null;
PreparedStatement pstmt = null;
ResultSet rs = null;
try {
Copy link
Collaborator

@haynescd haynescd May 29, 2024

Choose a reason for hiding this comment

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

Is there a reason you don't use try with resources? You might have already answered this

Copy link
Collaborator

@haynescd haynescd left a comment

Choose a reason for hiding this comment

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

just had a couple questions, but looks good

@forus forus closed this Jun 4, 2024
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