You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| abort_drop_partition_metadata | boolean | no | true |
47
+
| parquet_avro_write_timestamp_as_int96 | boolean | no | false |
48
+
| common-options || no | - |
48
49
49
50
### table_name [string]
50
51
@@ -88,6 +89,10 @@ The keytab path of kerberos
88
89
89
90
Flag to decide whether to drop partition metadata from Hive Metastore during an abort operation. Note: this only affects the metadata in the metastore, the data in the partition will always be deleted(data generated during the synchronization process).
Copy file name to clipboardexpand all lines: seatunnel-connectors-v2/connector-hive/src/main/java/org/apache/seatunnel/connectors/seatunnel/hive/sink/HiveSinkFactory.java
+1
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@ public OptionRule optionRule() {
0 commit comments