mirror of
https://github.com/apache/sqoop.git
synced 2025-05-03 05:50:31 +08:00
Merge 5f1d08907a
into f8beae32a0
This commit is contained in:
commit
cae196fef4
@ -302,6 +302,7 @@ private static void bindPartitionBindVars(PreparedStatement statement,
|
|||||||
+ " AND s.owner=t.owner "
|
+ " AND s.owner=t.owner "
|
||||||
+ " AND s.segment_name=t.table_name) "
|
+ " AND s.segment_name=t.table_name) "
|
||||||
+ " ) "
|
+ " ) "
|
||||||
|
+ "AND s.segment_type!='INDEX PARTITION'"
|
||||||
+ "AND s.partition_name=pl.partition_name";
|
+ "AND s.partition_name=pl.partition_name";
|
||||||
|
|
||||||
PreparedStatement statement = connection.prepareStatement(sql);
|
PreparedStatement statement = connection.prepareStatement(sql);
|
||||||
|
Loading…
Reference in New Issue
Block a user