Jianghua.yjh

Results 17 issues of Jianghua.yjh

since `kmeans.classify` is provided, can you add kmeans.distance() api for deep use. Thanks!

> cmake -DCMAKE_PREFIX_PATH=$PWD/../libtorch .. got error: ```shell [ 50%] Building CXX object CMakeFiles/example-app.dir/example-app.cpp.o /home/luban/cpp-pytorch/example-app.cpp:3:27: fatal error: torch/Tensor.h: No such file or directory #include ```

Traceback (most recent call last): File "/content/ebook-GPT-translator/ebook-GPT-translator/pdf-epub-GPT-translator/text_translation.py", line 515, in translated_short_text = translate_and_store(short_text) File "/content/ebook-GPT-translator/ebook-GPT-translator/pdf-epub-GPT-translator/text_translation.py", line 355, in translate_and_store translated_text = translate_text(text) File "/content/ebook-GPT-translator/ebook-GPT-translator/pdf-epub-GPT-translator/text_translation.py", line 335, in translate_text completion =...

### Cloudberry Database version _No response_ ### What happened ```c++ ereport(ERROR, (errcode(ERRCODE_FEATURE_NOT_SUPPORTED), errmsg("feature not supported on appendoptimized relations"))); ``` ### What you think should happen instead _No response_ ### How...

type: Enhancement

Seq scan, Index scan, Indexonly scan also use a unified approach. step 1,calc space in leader : EstimateGpParallelDSMEntrySize step 2,Init leader DSM: InitializeGpParallelDSMEntry step 3,Init worker DSM : InitializeGpParallelWorkers fix...

Previously, the Cloudberry-specific version string was incorrectly written into `versionstr` instead of `gp_versionstr`, breaking the fallback comparison logic in `check_exec()`. This caused version checks to fail when the program output...

1. Give explain analyze runtime info. 2. Add pushdown runtime qual to table access method. 3. Introduce `gp_runtime_filter_selectivity_threshold` to handle bad case. 4. bugfix ### tpcds 20GB config tpcds benchmark...

type: Performance

### Apache Cloudberry version _No response_ ### What happened none ### What you think should happen instead load data by gpfdist when run TPCH or TPCDS, optimize load time. ###...

cherry-pick