Fachuan Bai

Results 7 issues of Fachuan Bai

How can I get the train code? I want to train a new mode, where is the train code? Thx.

我之前一直用的gh-oauth.imsun.net 这个作为github的代理,不过不稳定,会随时失效,最近很长一段时间无法使用,因为我自己的服务器也是https,我看了下这个地址的代码也是需要https,所以自行搭建了一个,使用方式为: 修改`gitment.browser.js`文件的3416行将`https://gh-oauth.imsun.net/`替换成:`https://baifachuan.com:8443/` 该服务器代码在:`https://github.com/imsun/gh-oauth-server`,不会记录任何信息,我也是自己的博客使用:`https:www.baifachuan.com`,因为该服务器需要https,所以构建在自己的服务下,需要的可以使用。 update the gitment.browser.js file replace `https://gh-oauth.imsun.net/` to `https://baifachuan.com:8443/`.
This service won't record or store anything. It only attaches a CORS header to that request and provides...

### What changes were proposed in this pull request? `service/src/java/org/apache/hive/service/cli/operation/Operation.java` Add a function: ```java public String getQueryId() { return queryState.getQueryId(); } ``` `service/src/java/org/apache/hive/service/cli/operation/OperationManager.java` Update the `getQueryId` function to : ```java...

tests unstable

Hi: I have updated the `JdbcSourceConnectorConfig` and `JdbcSourceTask` class to parse the offset from parameter. Now I can set the offset manually, I have an existing table about 20GB data,...

enhancement

My DataFrame has a column with `list` type, but the value is `None`, when I use: ``` tools: list = None df=pd.Series( [ tools ], index=[ "tools" ], ) PandasCodec.encode_request(df,...

### Is there an existing issue for the same feature request? - [X] I have checked the existing issues. ### Is your feature request related to a problem? ```Markdown I'm...

Feature

### Is there an existing issue for the same feature request? - [X] I have checked the existing issues. ### Is your feature request related to a problem? _No response_...