Xuanwo
Xuanwo
Released at: https://github.com/datafuselabs/databend/releases/tag/v0.8.0-nightly Thanks for everyone!
Related logs: ```rust 2022-07-26T04:10:11.716211Z ERROR databend_query::servers::mysql::writers::query_result_writer: OnQuery Error: Code: 1024, displayText = parquet schema mismatch, differ: Differences (-expected_schema|+infer_schema): DataSchema { fields: [ DataField { name: "number", - data_type: Int64, -...
> The question is `COPY FROM STAGE` or `streaming_load` the same parquet is ok, but the `COPY INTO FROM FILES BY URL` will cause the infre error. COPY FROM ``...
Do we have more information about this issue?
Sorry to cc @soyeric128 again, can you take a check on this?
FYI: This PR's type is `rfc`, which requires three approval to be merged. Added reviewers: @Xuanwo @ZhiHanZ @flaneur2020 @drmingdrmer
> It would be better to introduce the share with consumers and producers model. Created an issue https://github.com/datafuselabs/databend/issues/7094 to track this.
There is ongoing work to support using RPC instead JNI to connect HDFS: - hdrs (the rust native client we are using now): https://github.com/Xuanwo/hdrs/issues/71 - hdfs-rpc: https://github.com/Xuanwo/hdfs-rpc
/assignme
This issue may be overlap with https://github.com/datafuselabs/databend/pull/4361/, ping @youngsofun for discussion.