-
Hi!
First of all, thank you for your work developing this type generator! It makes it possible to catch errors across a large codebase much easier, especially in CI/CD workflows.
The documentati…
-
### What happened?
Shema inference should work with dab export --generate command, currently it throws the below error and also shows successful message as schema generated successfully
![Image](htt…
-
Using codegen (1. in #148)
-
### Describe your feedback
We run the following query through the clickhouse java client:
```sql
CREATE TABLE {tmpTableName:Identifier} ENGINE=Log() AS SELECT * FROM s3('...file.csv', 'CSVWith…
-
### 请提出你的问题
环境:win11/1080ti
paddle版本:3.0-beta
paddlenlp版本: 3.0.0-beta0
cuda 版本11.8 cudnn:cudnn-windows-x86_64-8.9.7.29_cuda11-archive
根据官网示例:
`from pprint import pprint
import paddlenlp
fr…
-
**Is your feature request related to a problem? Please describe.**
What we want is that, along with model inference, there is a file (either JSON, TXT, or XML) which contains all the information requ…
-
### API Spec link
https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cognitiveservices/data-plane/AzureOpenAI/inference/stable/2024-10-21/inference.json
### API Spec version
2024…
-
User reported UX issue.
If a schema registry is configured (as is the case with Avro) we should infer the schema and not require the user to spell it out, as it is error prone and tedious (especial…
-
I'm encountering a TypeScript error when trying to extend/narrow an enum type in a generic schema context. While TypeScript normally allows narrowing of enum types, this doesn't seem to work properly …
-
### Describe the enhancement requested
I am interested in support for schema inference in the `RecordFromJSON` and `TableFromJSON` functions, as these currently require an `arrow.Schema` up front. I …