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
Merge remote-tracking branch 'github/master' into format_table
* github/master: (41 commits)
[Python] Support data writer for PyPaimon (apache#5997)
[Python] Support scan and plan for PyPaimon (apache#5996)
[flink-cdc] Provide option to disable use of source primary keys if primary keys in action command are not specified for CDC ingestion. (apache#5793)
Revert "[core] Add compaction.force-wait to support force waiting compaction finish when preparing commit (apache#5994)" (apache#5995)
[core] Add total compaction count metric (apache#5963)
[hotfix] Rename to SchemaManager.applyRenameColumnsToOptions
[core] fix column rename when columns referenced by table options. (apache#5964)
[core] Log a warning for invalid partition values instead of throwing an exception when enable partition mark done. (apache#5978)
[core] Add required Field IDs to support ID-based column pruning (apache#5981)
[core] Row-tracking row should keep their row_id and sequence_number in compaction (apache#5991)
[core] Add compaction.force-wait to support force waiting compaction finish when preparing commit (apache#5994)
[format] Introduce 'write.batch-memory' to control memory in arrow (apache#5988)
[flink] Change filesystem.job-level-settings.enabled default value to true (apache#5971)
[clone] support including some tables when clone all tables in a catalog or database. (apache#5993)
[iceberg] Support TINYINT and SMALLINT in Iceberg Compatibility (apache#5984)
[Python] Support snapshot and manifest for PyPaimon (apache#5987)
[python] Change Schema to TableSchema in Class GetTableResponse. (apache#5990)
[core] Introduce 'compaction.total-size-threshold' to do full compaction (apache#5973)
[Python] Support filesystem catalog for PyPaimon (apache#5986)
[core] Add lance table type for rest catalog (apache#5977)
...
RangeBitmap only support the following data type: TinyIntType, SmallIntType, IntType, BigIntType, DateType, TimeType, LocalZonedTimestampType, TimestampType, CharType, VarCharType, StringType, BooleanType, DoubleType, FloatType.
306
+
220
307
## Index: Bit-Slice Index Bitmap
221
308
309
+
{{< hint warning >}}
310
+
311
+
Deprecated. Using the range-bitmap index instead.
312
+
313
+
{{< /hint >}}
314
+
222
315
BSI file index is a numeric range index, used to accelerate range query, it can be used with bitmap index.
0 commit comments