shfshihuafeng

Results 12 comments of shfshihuafeng

we should determines whether the parameter name equals the plug-in name ? ``` --- a/contrib/storage-http/src/main/java/org/apache/drill/exec/store/http/HttpSchemaFactory.java +++ b/contrib/storage-http/src/main/java/org/apache/drill/exec/store/http/HttpSchemaFactory.java @@ -18,8 +18,11 @@ package org.apache.drill.exec.store.http; import java.util.Collections; +import java.util.Locale; import java.util.Map; import...

@cgivre ![image](https://github.com/apache/drill/assets/25974968/6fadba43-c41d-4955-ae86-a63f11cdca3f)

@cgivre when i use "use my.test" command to switch schema, It is correct to query data with full schema Name from other data sources ![0880c4c80710fc8ae113](https://github.com/apache/drill/assets/25974968/bff709e3-a1b8-4fe0-ab63-75fef17bff15)

@cgivre There are two problems with this 1. behavior with USE is inconsistent 2. when i enter the scehma with 'use',data can not be queried ![image](https://github.com/apache/drill/assets/25974968/d9329b50-fca2-4785-94c4-38ff8069eb3e)

> @weijunlu, you may have found a bug. The behavior you described is not expected. > > Just to verify I understand: you ran your query once. Did the query...

> This fails its tests due to a maven checkstyle failure. It's complaining about Drill:Exec:Vectors, which my code has no changes to. > > Can someone advise on what is...

I fixed the bug see attachment [0001-bug-10227615-hashPartition-leak.patch](https://github.com/apache/drill/files/14018533/0001-bug-10227615-hashPartition-leak.patch)

i fixed it see attachment [0001-mergejoin-leak.patch](https://github.com/apache/drill/files/14033613/0001-mergejoin-leak.patch)

I think it's the same reason [https://github.com/apache/drill/issues/2871](url)