----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54373/#review157992 -----------------------------------------------------------
src/java/org/apache/sqoop/SqoopOptions.java (line 62) <https://reviews.apache.org/r/54373/#comment228649> If we are only switching off escaping for Oracle, wouldn't it make sense to call this something like ORACLE_ESCAPING_DISABLED? src/java/org/apache/sqoop/manager/OracleManager.java (lines 930 - 933) <https://reviews.apache.org/r/54373/#comment228657> There are some formatting changes here, they seem to be corrections, but are they intentional? src/java/org/apache/sqoop/manager/oracle/OraOopConnManager.java (lines 130 - 131) <https://reviews.apache.org/r/54373/#comment228656> Could you please also fix the indentation here as it looks odd? src/java/org/apache/sqoop/manager/oracle/OraOopConnManager.java (line 537) <https://reviews.apache.org/r/54373/#comment228655> Could you please fix the indentation here? src/java/org/apache/sqoop/manager/oracle/OraOopOracleQueries.java (line 1248) <https://reviews.apache.org/r/54373/#comment228650> I'm probably missing something, but this seems like a dupplication of what the escapeIdentifier function does now. src/test/com/cloudera/sqoop/TestSqoopOptions.java (line 607) <https://reviews.apache.org/r/54373/#comment228648> Please remove the extra spaces. src/test/org/apache/sqoop/manager/oracle/util/OracleData.java (line 56) <https://reviews.apache.org/r/54373/#comment228651> Would it make sense to create a method called OracleUtils.escapeIdentifier(column) that is OracleUtils.escapeIdentifier(column.getColumnName(), false) and use that in these cases instead? Hi Attila, Thanks for the super fast turnaround for this bug, there have been quite a few users opening escalations for this! Please see the few questions/suggestions we have. Thanks, /Anna - Anna Szonyi On Dec. 5, 2016, 1:18 p.m., Attila Szabo wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/54373/ > ----------------------------------------------------------- > > (Updated Dec. 5, 2016, 1:18 p.m.) > > > Review request for Sqoop, Abraham Fine, Boglarka Egyed, Anna Szonyi, Szabolcs > Vasas, and Erzsebet Szilagyi. > > > Bugs: SQOOP-3066 > https://issues.apache.org/jira/browse/SQOOP-3066 > > > Repository: sqoop-trunk > > > Description > ------- > > After SQOOP-2737 several users faced errors with their saved job > configurations. Although SQOOP-2737 is the proper and industrial way to > handle table/column names, it makes sense to implement an option for this > feature to make it possible to turn it on/off > > > Diffs > ----- > > src/java/org/apache/sqoop/SqoopOptions.java 2350c7a > src/java/org/apache/sqoop/manager/OracleManager.java d769972 > src/java/org/apache/sqoop/manager/oracle/OraOopConnManager.java 216c771 > src/java/org/apache/sqoop/manager/oracle/OraOopDBRecordReader.java f3ee4aa > src/java/org/apache/sqoop/manager/oracle/OraOopOracleQueries.java 2603f83 > src/java/org/apache/sqoop/manager/oracle/OraOopOutputFormatBase.java > 8f94cf8 > src/java/org/apache/sqoop/manager/oracle/OraOopOutputFormatInsert.java > d430ef7 > src/java/org/apache/sqoop/manager/oracle/OraOopOutputFormatUpdate.java > a33768f > src/java/org/apache/sqoop/manager/oracle/OracleUtils.java b46034b > src/java/org/apache/sqoop/mapreduce/db/OracleDBRecordReader.java f1647b8 > src/java/org/apache/sqoop/tool/BaseSqoopTool.java 6082296 > src/test/com/cloudera/sqoop/TestSqoopOptions.java d5d09b6 > src/test/org/apache/sqoop/manager/oracle/OraOopTestCase.java 3811e38 > src/test/org/apache/sqoop/manager/oracle/util/OracleData.java 355b1e2 > > Diff: https://reviews.apache.org/r/54373/diff/ > > > Testing > ------- > > additional test cases has been created > ant clean test > > > Thanks, > > Attila Szabo > >