Skip to content

Fix Auditing for new Bulk Import / remove warnings#523

Merged
ctubbsii merged 2 commits intoapache:masterfrom
ctubbsii:remove-warnings-bulk-import
Jun 7, 2018
Merged

Fix Auditing for new Bulk Import / remove warnings#523
ctubbsii merged 2 commits intoapache:masterfrom
ctubbsii:remove-warnings-bulk-import

Conversation

@ctubbsii
Copy link
Copy Markdown
Member

@ctubbsii ctubbsii commented Jun 6, 2018

  • Fix a bunch of warnings
  • Ensure new Bulk Import requests are audited
  • Remove unneeded deprecation of internal impl code for old bulk import
  • Remove unnecessary Serializable for new Bulk code mapping information
  • Use new bulk import in some tests when not specifically testing an old bulk import behavior
  • Remove some unused variables from tests (left commented out for
    reference to ongoing improvements to client configuration code)

* Fix a bunch of warnings
* Ensure new Bulk Import requests are audited
* Remove unneeded deprecation of internal impl code for old bulk import
* Remove unnecessary Serializable for new Bulk code mapping information
* Use new bulk import in some tests when not specifically testing an old bulk import behavior
* Remove some unused variables from tests (left commented out for
  reference to ongoing improvements to client configuration code)
@@ -116,18 +116,8 @@ static void checkRFiles(Connector c, String tableName, int minTablets, int maxTa

static public void bulkImport(Connector c, FileSystem fs, String table, String dir)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

maybe this method can be inlined now.

@ctubbsii ctubbsii merged commit 7662198 into apache:master Jun 7, 2018
@ctubbsii ctubbsii deleted the remove-warnings-bulk-import branch June 7, 2018 23:58
@ctubbsii ctubbsii added this to the 2.0.0 milestone Jul 12, 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.

3 participants