5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-03 05:50:31 +08:00
This commit is contained in:
tootop101 2021-03-17 22:31:10 +08:00 committed by GitHub
commit cae196fef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -302,6 +302,7 @@ private static void bindPartitionBindVars(PreparedStatement statement,
+ " AND s.owner=t.owner "
+ " AND s.segment_name=t.table_name) "
+ " ) "
+ "AND s.segment_type!='INDEX PARTITION'"
+ "AND s.partition_name=pl.partition_name";
PreparedStatement statement = connection.prepareStatement(sql);