Github user maugly24 commented on a diff in the pull request:
https://github.com/apache/sqoop/pull/60#discussion_r237698979
--- Diff:
src/test/org/apache/sqoop/importjob/configuration/MysqlImportJobTestConfiguration.java
---
@@ -65,4 +66,21 @@
public String toString
Github user maugly24 commented on a diff in the pull request:
https://github.com/apache/sqoop/pull/60#discussion_r237699087
--- Diff:
src/test/org/apache/sqoop/importjob/configuration/OracleImportJobTestConfigurationForNumber.java
---
@@ -68,4 +68,14 @@
public String
Github user maugly24 commented on a diff in the pull request:
https://github.com/apache/sqoop/pull/60#discussion_r237698797
--- Diff:
src/test/org/apache/sqoop/hive/numerictypes/NumericTypesHiveImportTest.java ---
@@ -0,0 +1,202 @@
+/**
+ * Licensed to the Apache Software
Github user maugly24 commented on a diff in the pull request:
https://github.com/apache/sqoop/pull/60#discussion_r237701227
--- Diff: src/java/org/apache/sqoop/hive/HiveTypes.java ---
@@ -37,16 +42,28 @@
private static final String HIVE_TYPE_STRING = "STRING";
GitHub user maugly24 opened a pull request:
https://github.com/apache/sqoop/pull/61
SQOOP-3415: Fixing gradle clean unittest and gradle warning issues
(Attila Szabo)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/maugly24/sqoop
Github user maugly24 closed the pull request at:
https://github.com/apache/sqoop/pull/61
---
GitHub user maugly24 opened a pull request:
https://github.com/apache/sqoop/pull/62
SQOOP-3415: Fixing gradle clean unittest and gradle warning issues
(Attila Szabo)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/maugly24/sqoop
Github user maugly24 commented on a diff in the pull request:
https://github.com/apache/sqoop/pull/62#discussion_r237962514
--- Diff: build.gradle ---
@@ -356,6 +359,15 @@ tasks.withType(Test) {
ignoreFailures ignoreTestFailures
}
+project.tasks.each
Github user maugly24 commented on a diff in the pull request:
https://github.com/apache/sqoop/pull/60#discussion_r238013139
--- Diff:
src/test/org/apache/sqoop/importjob/configuration/MysqlImportJobTestConfiguration.java
---
@@ -65,4 +66,21 @@
public String toString