mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
fix: fix arm64 compile issue (#41593)
issue: https://github.com/milvus-io/milvus/issues/41059, https://github.com/milvus-io/milvus/issues/41510 Signed-off-by: SpadeA <tangchenjie1210@gmail.com>
This commit is contained in:
parent
71b14fc32b
commit
f35e8f7420
@ -116,7 +116,7 @@ impl IndexWriterWrapper {
|
||||
|
||||
pub fn add_json_key_stats(
|
||||
&mut self,
|
||||
keys: &[*const i8],
|
||||
keys: &[*const c_char],
|
||||
json_offsets: &[*const i64],
|
||||
json_offsets_len: &[usize],
|
||||
) -> Result<()> {
|
||||
|
||||
@ -190,7 +190,7 @@ impl IndexWriterWrapperImpl {
|
||||
|
||||
pub fn add_json_key_stats(
|
||||
&mut self,
|
||||
keys: &[*const i8],
|
||||
keys: &[*const c_char],
|
||||
json_offsets: &[*const i64],
|
||||
json_offsets_len: &[usize],
|
||||
) -> Result<()> {
|
||||
|
||||
@ -160,7 +160,7 @@ impl IndexWriterWrapperImpl {
|
||||
|
||||
pub fn add_json_key_stats(
|
||||
&mut self,
|
||||
keys: &[*const i8],
|
||||
keys: &[*const c_char],
|
||||
json_offsets: &[*const i64],
|
||||
json_offsets_len: &[usize],
|
||||
) -> Result<()> {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user