-
### Describe the issue
I see following assertion in the code:
https://github.com/microsoft/onnxruntime/blob/03ea5dc495bfb48977d23705fa7cf184866a9f7f/onnxruntime/core/flatbuffers/schema/ort_training_…
-
When schema file name called something like `my-supper-game.fbs`. Header guards doesn't change '-' to '_'.
Json printer generate function with '-' symbol.
-
### 🚀 The feature, motivation and pitch
Context: https://github.com/pytorch/executorch/issues/6470#issuecomment-2436060471
We need to design a way to serialize an EValue (and its embedding tensor)…
-
There are two not-nullable constraints in the Java implementation of MapVector:
1. Map data should be a non-nullable struct type;
https://github.com/apache/arrow/blob/d4516c5386f84619dfdf2a9f72fed6d…
-
Hello!
Even though I generate the TS files using the `--ts-no-import-ext`, when you have an import in one of your schemas, the TS file will still contain an export with a `.js` extension:
If I h…
surdu updated
2 months ago
-
### Describe the bug, including details regarding any error messages, version, and platform.
In `format/Message.fbs`, the Arrow project documents two options for compression:
```
enum Compression…
-
https://github.com/apache/arrow/blob/main/format/Schema.fbs
-
As you can see in the following example, having tables with the same name in different namespaces is not supported. They are reduced to one (ie: Check for `DumpResponse`).
In our case we're using a…
-
Currently, the physical layouts of the Arrow Columnar Format specification are explained in https://arrow.apache.org/docs/dev/format/Columnar.html. But for how those layouts are used in practice for t…
-
Looking at the schema example:
https://github.com/objectbox/objectbox-generator/blob/main/test/comparison/testdata/fbs/typeful/schema.fbs
There is only support for vector of string, byte, ubyte and …