Closed vivekseth closed 10 months ago
You can see the currently supported formats using SELECT * FROM system.formats
Dwarf
support is not currently compiled into chdb (only the most popular formats are included to save space) so I would classify this as a feature request.
yeah this totally makes sense as a feature request then.
Would it make sense to update the readme to include that only the most popular formats are included, and how to get a list of the supported comments?
I can probably submit a quick PR for that if you want
Thanks @vivekseth our public demo can answer this question in realtime so perhaps we can link that instead of static text to maintain
yeah this totally makes sense as a feature request then.
Would it make sense to update the readme to include that only the most popular formats are included, and how to get a list of the supported comments?
I can probably submit a quick PR for that if you want
PR is really really welcome. FYI, most compiling flags are controlled here: https://github.com/chdb-io/chdb/blob/main/chdb/build.sh
@vivekseth available for testing https://pypi.org/project/chdb/0.16.0rc2
Describe what's wrong
The readme links to this documentation page page for the formats chdb supports.
According to the sample code here it seems that you should be able to run a query like this to read data from a
DWARF
file:However, when I try running this command,
I get the following output:
This link reproduces the issue: https://fiddle.clickhouse.com/5271b72e-a405-4826-bff5-a6cb8772b11c
Does it reproduce on recent release?
The list of releases
I'm using
chdb 0.14.2
Enable crash reporting
How to reproduce
CREATE TABLE
statements for all tables involvedExpected behavior
Either the
DWARF
format should work, or it should be removed from the list of supported input formats. If users need to use a different format string, then the documentation should be updated to reflect this.Error message and/or stacktrace
Additional context