The Wayback Machine - https://web.archive.org/web/20220526182922/https://github.com/topics/arrow
Skip to content
#

arrow

Here are 262 public repositories matching this topic...

PointKernel
PointKernel commented May 24, 2022

Is your feature request related to a problem? Please describe.
When working on #10770 , @ttnghia pointed out groupby::hash is the only use case of unflatten_nested_columns (see rapidsai/cudf#10770 (comment)).

Describe the solution you'd like
We should remove this function once #10770 is merged.

feature request good first issue libcudf tech debt
alamb
alamb commented May 24, 2022

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
DataFusion mostly follows postgres when it comes to compatibility. However, it also supports some usability features from mysql, notably SHOW TABLES;

It would be nice to also get basic schema information (column names, types) about a table using DESCRIBE <TABLE>

**Describe the

enhancement good first issue datafusion
tiphaineruy
tiphaineruy commented Oct 11, 2021

Note sure if it could be interesting but:

When registering a table:

addr: 0.0.0.0:8084
tables:
  - name: "example"
    uri: "/data/"
    option:
      format: "parquet"
      use_memory_table: false

add in options:
glob

pattern: "file_typev1*.parquet"

or regexp

pattern: "\wfile_type\wv1\w*.parquet"

It would allow selecting in uri's with different exte

enhancement good first issue help wanted
fletcher
NeroCorleone
NeroCorleone commented Aug 11, 2020

Problem description

Reading a dataset with eager's read functionality raises a ValueError when providing columns.

Example code (ideally copy-pastable)

import pandas as pd

from tempfile import TemporaryDirectory
from functools import partial
from storefact import get_store_from_url

from kartothek.io.eager import store_dataframes_as_dataset, read_dataset_as_data
good first issue usability

Improve this page

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

Learn more