这是indexloc提供的服务,不要输入任何密码
Skip to content

v0.5.0

Choose a tag to compare

@pskrbasu pskrbasu released this 20 Jun 11:10
· 78 commits to develop since this release
0b3ba93

What's new

  • Added tp_index property to partition HCL. Use this to specify the source column for the tp_index. (#414)
  • Updated collection to apply the configured tp_index, or default if no tp_index is specified in the config.
  • Added --reindex arg to compact. When set, compact will reindex the partition using configured tp_index value. (#413)
    • Removed the partition argument from compact and replaced it with a positional argument.
    • Updated compact cleanup to delete empty folders.
  • collect now always validates required columns are present. (Previously this was only done for custom tables.) (#411)