Skip to content
#

sampling

Here are 384 public repositories matching this topic...

qbeast-spark
osopardo1
osopardo1 commented Mar 7, 2022

When writing data with qbeast format, the user needs to specify every time the columnsToIndex or cubeSize. This is ok if you want to change them, but it shouldn't be always explicit.

For example, if the user wants to append data to an existing table and maintain the same configuration, it should be able to write:

df.write.format("qbeast").save("existing-path")

instead

enhancement good first issue

Improve this page

Add a description, image, and links to the sampling 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 sampling topic, visit your repo's landing page and select "manage topics."

Learn more