This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 1703a74c5fe [chore](lance) update the thridparty about lance-c version
(#66698)
1703a74c5fe is described below
commit 1703a74c5fee4d2070f7c14364397caff2be3831
Author: zhangstar333 <[email protected]>
AuthorDate: Thu Aug 13 19:22:24 2026 +0800
[chore](lance) update the thridparty about lance-c version (#66698)
### What problem does this PR solve?
Problem Summary:
update the thridparty about lance-c version
### Release note
None
### Check List (For Author)
- Test <!-- At least one of them must be included. -->
- [ ] Regression test
- [ ] Unit Test
- [ ] Manual test (add detailed scripts or steps below)
- [ ] No need to test or manual test. Explain why:
- [ ] This is a refactor/code format and no logic has been changed.
- [ ] Previous test can cover this change.
- [ ] No code files have been changed.
- [ ] Other reason <!-- Add your reason? -->
- Behavior changed:
- [ ] No.
- [ ] Yes. <!-- Explain the behavior change -->
- Does this need documentation?
- [ ] No.
- [ ] Yes. <!-- Add document PR link here. eg:
https://github.com/apache/doris-website/pull/1214 -->
### Check List (For Reviewer who merge this PR)
- [ ] Confirm the release note
- [ ] Confirm test cases
- [ ] Confirm document
- [ ] Add branch pick label <!-- Add branch pick label that this PR
should merge into -->
---
gensrc/thrift/PlanNodes.thrift | 12 ++++++++++++
thirdparty/vars.sh | 8 ++++----
2 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/gensrc/thrift/PlanNodes.thrift b/gensrc/thrift/PlanNodes.thrift
index c71c9e0a3b0..18b0dfa33e6 100644
--- a/gensrc/thrift/PlanNodes.thrift
+++ b/gensrc/thrift/PlanNodes.thrift
@@ -491,6 +491,12 @@ enum TTextSerdeType {
HIVE_TEXT_SERDE = 1,
}
+// A provider-independent logical search request. Physical target information
remains in the
+// provider FileDesc (for example, dataset_uri/version/fragment_ids in
TLanceFileDesc).
+struct TExternalSearchRequest {
+ 1: optional i32 schema_version = 1
+}
+
struct TFileScanRangeParams {
// deprecated, move to TFileScanRange
1: optional Types.TFileType file_type;
@@ -574,6 +580,12 @@ struct TFileScanRangeParams {
// HMS catalog property hive.parquet.time-zone. When absent, format_v2
keeps INT96 wall-clock
// values unchanged. When present, only INT96 TIMESTAMP values are
converted with this zone.
36: optional string hive_parquet_time_zone
+ // Serialized Substrait ExtendedExpression executed by the native Lance
scanner. Set at
+ // ScanNode level so it is not serialized once per fragment split.
+ 37: optional binary lance_substrait_filter
+ // Provider-independent search request. Set at ScanNode level so all
ranges use the same logical
+ // query. The first implementation uses one whole-dataset range for Lance
vector search.
+ 38: optional TExternalSearchRequest external_search_request
}
struct TFileRangeDesc {
diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index ae300077828..da4913b78e7 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -589,10 +589,10 @@ PUGIXML_SOURCE=pugixml-1.15
PUGIXML_MD5SUM="3b894c29455eb33a40b165c6e2de5895"
# lance-c
-LANCE_C_DOWNLOAD="https://github.com/lance-format/lance-c/archive/refs/tags/v0.1.2.tar.gz"
-LANCE_C_NAME="lance-c-v0.1.2.tar.gz"
-LANCE_C_SOURCE="lance-c-0.1.2"
-LANCE_C_MD5SUM="eb6ec9bc63fa5245864282f24b521d0b"
+LANCE_C_DOWNLOAD="https://github.com/lance-format/lance-c/archive/refs/tags/v0.1.6.tar.gz"
+LANCE_C_NAME="lance-c-v0.1.6.tar.gz"
+LANCE_C_SOURCE="lance-c-0.1.6"
+LANCE_C_MD5SUM="1599faa2532d9ce963db1188f7435a56"
# all thirdparties which need to be downloaded is set in array TP_ARCHIVES
export TP_ARCHIVES=(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]