Skip to content

0.3.0

Compare
Choose a tag to compare
@civitaspo civitaspo released this 30 Jul 06:05
· 25 commits to master since this release
56e7d18
  • [Breaking change -- athena.ctas>] Remove output option which has been deprecated since v0.2.2.
  • [Breaking change -- athena.ctas>] Remove select_query option which has been deprecated since v0.2.0.
  • [Note -- athena.ctas>] Replace com.google.common.base.Optional -> scala.Option.
  • [Enhancement -- athena.ctas>] Add / as suffix if location option does not have.
  • [Change -- athena.ctas>] Use athena.drop_table> operator instead of athena.query> operator when deleting the table.
    • This change is to reduce the number of query executions.
    • athena.ctas> operator depends on Glue privileges by this change.
  • [Note -- athena.ctas>] Use default database if not database option specified.