posit-dev / posit-dev/pointblank

Schema datatype alignment across ibis backends

Open
#323 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Type: ⁇ Question
Dominant language
Python
Stars
490
Forks
32
Avg merge
14h 24m
Merged PRs (30d)
2

Description

Prework

Question

What would you like to know?

  • Is there a way or could you implement a way to align datatypes across ibis backends?
  • I am working on a project that uses ibis to connect to DuckDB while working locally and Spark while working in DataBricks. There are differences in capitalization and differences for array types (List(String) vs array<string>) depending on the backend even though the data is the same. Consistency of datatypes across backends would simplify the validation process when using ibis with pointblank.
Image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue does not name files, tests, or entry points. Start by comparing the datatype representations returned through Ibis for DuckDB and Spark, focusing on capitalization and array types. Done should mean a defined, consistent datatype representation that pointblank can use across both backends.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, spark
Domain
data, databases
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.