Mimoune

Results 55 issues of Mimoune

currently only temporary external tables are supported, it will be nice to remove that limitation please

I am trying to run TPCH-SF100 on my laptop, the good news, I can build the hyper file easily, the test run very well except Query 18 which timeout as...

is this supposed to work ? `create table "region" as (select * from ('./region/*.parquet') );`

@reema93jain please make a new pull request when Chdb support views from reading parquet, until then I can't merge your stuff

currently, I am using this hack, could please just add sql method ``` try : if engine == sess: engine.query(value).show() else : engine.sql(value).show() ```

very slow performance for some Queries compared to other Single Node Engines https://colab.research.google.com/drive/1MTSBp9qbki6-uBNM2HH3M2Fc-qFOSSWl#scrollTo=z494Cl6XKUVX ![image](https://github.com/chdb-io/chdb/assets/12554469/46a30736-01cd-430f-8089-74038ff6b73b)

### What happens? MemoryError: std::bad_alloc ### To Reproduce colab notebook https://colab.research.google.com/drive/1d5dFivmfnTWe-F8ecTcpLugtHax0beSG#scrollTo=0cUOn8QbPBv1 ### OS: linux ### DuckDB Version: 0.10.3.dev773 ### DuckDB Client: Python ### Full Name: mim ### Affiliation: personal ###...

reproduced

I have a big network in a form of predecessor and successor, it will nice to have an option to select one node, and it will filter only all the...

enhancement

trying this code ``` import glaredb import pandas as pd df = pd.DataFrame( { "A": [1, 2, 3, 4, 5], "fruits": ["banana", "banana", "apple", "apple", "banana"], } ) con =...

feat :sparkler:
support :handshake:

### Feature Request / Improvement it will be nice, specially for testing to be able to have pip install pyciberg --pre --upgrade for example I would like to test the...