-
**What language does this apply to?**
python
**Describe the problem you are trying to solve.**
When we initialise a [Struct](https://github.com/protocolbuffers/protobuf/blob/e6adc6d3cd80496…
-
### Problem
When replacing sources in `.cargo/config.toml` so that two different sources point to the same vendored directory, cargo identifies a single package from two different sources as differen…
-
I imported faulthandler and got some info:
```
Jul 20 22:41:46 drache nvml-undervolt[86317]: Warning: Persistence mode is already enabled - make sure no oth>
Jul 20 22:43:35 drache nvml-undervo…
-
### Describe the bug, including details regarding any error messages, version, and platform.
Code example:
```
>>> import pyarrow
>>> pyarrow.RecordBatch.from_pylist([{"start": 0, "end": 1, "tag":…
-
### Bug description
I am using Trino to connect to Opensearch since Superset doesn't directly support it yet.
When I do a query that contains embedded rows, superset does not display the headers for…
-
Hi @aladras,
I'm using Windows 10 (10.0.19045 build 19045) and a Minecraft Forge 47.3 server. MCRcon is 0.7.0 version.
I did all the server config to accept RCON.
While following your exemple us…
-
the inference code starts with `./cell_segmentation/inference/cell_detection.py` but no such python file in the project.
and the only file named with similar struct `./nuclei_detection/inference/nucl…
-
# 🚀 Feature Request Description
Add support for creating a struct tag from a string
## Motivation
There are a few helper functions to create a few basic struct tag, such as
`NewStringTag`, …
-
Following up #27, @generalmimon done tremendous job at implementing serialzation for some languages. However, it's not yet merged into `master`, thus so far these live into separate "serialization" br…
-
### SDK
Python
### Description
Once we upgrade to DataFusion 38, we will have access to the `named_struct` SQL function allowing us to create struct literals with names [^1][^2]. This should …