Re: [I] Support data source sampling with TABLESAMPLE [datafusion]

2025-05-19 Thread via GitHub
theirix commented on issue #13563: URL: https://github.com/apache/datafusion/issues/13563#issuecomment-2892193833 Sorry for the long absence. After datafusion-sqlparser-rs gained SQL support for tablesamples in [0.54](https://github.com/apache/datafusion-sqlparser-rs/pull/1566), I am going

Re: [I] Support data source sampling with TABLESAMPLE [datafusion]

2024-11-25 Thread via GitHub
theirix commented on issue #13563: URL: https://github.com/apache/datafusion/issues/13563#issuecomment-2499248049 take -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

Re: [I] Support data source sampling with TABLESAMPLE [datafusion]

2024-11-25 Thread via GitHub
theirix commented on issue #13563: URL: https://github.com/apache/datafusion/issues/13563#issuecomment-2499247966 Thank you for the initial analysis. I will first submit a PR to datafusion-sqlparser-rs with extended grammar. -- This is an automated message from the Apache Git Service. To

Re: [I] Support data source sampling with TABLESAMPLE [datafusion]

2024-11-25 Thread via GitHub
alamb commented on issue #13563: URL: https://github.com/apache/datafusion/issues/13563#issuecomment-2498989436 I looked around in sqlparser-rs briefly and it seems this syntax is not yet supported https://github.com/search?q=repo%3Aapache%2Fdatafusion-sqlparser-rs%20tablesample&type

[I] Support data source sampling with TABLESAMPLE [datafusion]

2024-11-25 Thread via GitHub
theirix opened a new issue, #13563: URL: https://github.com/apache/datafusion/issues/13563 ### Is your feature request related to a problem or challenge? It is helpful to have sampling support for queries to ease the exploration of data. ### Describe the solution you'd like