Skip to content
#

acid

Here are 47 public repositories matching this topic...

jaceklaskowski
jaceklaskowski commented Jun 15, 2021
  • Delta Lake 1.0.0
  • Spark 3.1.2
  • Scala 2.12
  • AdoptOpenJDK-11.0.11+9 (build 11.0.11+9)

The following code gives a NullPointerException. This is for a directory-based delta table that does not exist and uses a generated column.

import io.delta.tables.DeltaTable
DeltaTable.create
  .addColumn(
    DeltaTable.columnBuilder("value")
      .generatedAlwaysAs("true")
      .nullab

Improve this page

Add a description, image, and links to the acid topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the acid topic, visit your repo's landing page and select "manage topics."

Learn more