qbeast-spark
qbeast-spark copied to clipboard
Add QbeastTable.forTable method
trafficstars
We are only able to load the QbeastTable from Path now.
import io.qbeast.spark.QbeastTable
val qbeastTable = QbeastTable.forPath(spark, "/path")
we should be able to load it also for table name:
import io.qbeast.spark.QbeastTable
val qbeastTable = QbeastTable.forTable(spark, "table_name")