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

Qbeast-spark: DataSource enabling multi-dimensional indexing and efficient data sampling. Big Data, free from the unnecessary!

Results 86 qbeast-spark issues
Sort by recently updated
recently updated
newest added

## What went wrong? Clear, concise explanation and the expected behavior. ## How to reproduce? Different steps about how to reproduce the problem. ### 1. Code that triggered the bug,...

type: bug
priority: normal

## Description Adds #415 This work-in-progress PR evaluates the benefit of indexing existing parquet files without rewriting them. ## Type of change Describe the change you're making: how it affects...

## What went wrong? As described in the comment of #402, some tests create files in the project directory, which is not ideal because: 1. It makes the directory messier,...

enhancement

We should add documentation for getting started with different Metastore/Catalog solutions, so its simpler to follow the guides. Let's start with Hive and Glue as the most commonly used.

type: documentation

When saving the data as a table (either with CREATE TABLE SQL statement or a saveAsTable method) we save `columnsToIndex`, `cubeSize` and `columnStats` in the Metastore. This metadata might not...

type: enhancement

## What went wrong? I ran into an issue that caused me to lose a lot of time. I was trying to create a new table from a sample of...

type: bug