qbeast-spark icon indicating copy to clipboard operation
qbeast-spark copied to clipboard

Add QbeastTable.forTable method

Open osopardo1 opened this issue 1 year ago • 0 comments
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")

osopardo1 avatar Jul 24 '24 07:07 osopardo1