-
I performed some tests to check the performance of `fastavro` and `apache/avro` between `pypy` and `cpython`. And here is the summary of the results. Hope that the contributors can confirm if this ali…
-
### Describe the bug
It is unclear what the behavior should be for `DEFINE TABLE y AS SELECT * FROM x` when another table has already been defined in terms of `y`, e.g. `DEFINE TABLE z as SELECT * …
-
We are running python 3.9.16 with `fastavro==1.8.2` for a while, calling `schemaless_reader` function.
Once updating to `1.8.4` we started to get `EOFError` before end of actual content.
`Trac…
-
Hello,
While I am using this great library, I came to need to retrieve raw data itself.
So if we can add `return_raw_data` option for operations which returns item (e.g., get, batch_get, scan ... …
-
#### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
from io import StringIO
df = pd.concat([
pd.DataFrame({'a': ['a', 'b']}),
pd.DataFrame({'a': [1, '…
-
### Is your feature request related to a problem?
for now if we want aggregate data from multiples tables we must update the source table
example :
```
DEFINE TABLE writer SCHEMALESS;
DEFINE …
-
Schema or Schemaless, but handles some validation.
-
Description
===========
I'm encountering an OverflowError when attempting to deserialize messages using the **confluent_kafka **Avro deserializer in Python. Here's a simplified version of my code:
…
-
根据官网https://docs.taosdata.com/third-party/collection/kafka/#tdengine-sink-connector-%E7%9A%84%E4%BD%BF%E7%94%A8
TDengine Kafka Connector教程,写入数据报错
taos版本
![image](https://github.com/user-attachments…
-
Schemaless (无模式写入行协议)写入