JackeyLee007

Results 14 issues of JackeyLee007

With the latest (Sep. 19 2016, 0.7.0-SNAPSHOT) code, I got the following response of ERROR when trying to create a job. ``` { "status": "ERROR", "result": { "message": "Ask timed...

bug
help wanted
1.0.0-blocker
timeout

### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) ### Search before asking - [X] I have searched in the [issues](https://github.com/apache/kyuubi/issues?q=is%3Aissue) and found no...

kind:bug
priority:major

### Purpose of this pull request To fix the issue of #6466 ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? Test with hive...

First-time contributor

### Purpose of this pull request Correct the typo, messsion by issue https://github.com/apache/seatunnel/issues/6903 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? ### Check...

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened SeaTunnel engine reports "KrbException: Cannot locate default realm" ### SeaTunnel...

bug

I have trained the model with the provided scene of truck on my ubuntu server which has no GUI. As suggessted, I use xvfb-run like the following: ```shell xvfb-run -s...

First I call the model loading from checkpoint ```python model.load_from_checkpoint(repo_id="google/timesfm-1.0-200m") ``` While loading, it reports the following error ``` ERROR:absl:For checkpoint version > 1.0, we require users to provide `train_state_unpadded_shape_dtype_struct`...

I tried it with China's A-share 000001 and found that it was not accurate. Is there anything that I used improperly? The blue-grey line is real data, and the red...

When the following code executes, ```python import timesfm import os import numpy as np tfm = timesfm.TimesFm( context_len=64, horizon_len=32, input_patch_len=32, output_patch_len=128, num_layers=20, model_dims=1280, backend='cpu', ) tfm.load_from_checkpoint(repo_id="google/timesfm-1.0-200m") forecast_input = [ np.sin(np.linspace(0,...

### Purpose Linked issue: close #xxx When querying with paimon_incremental_between_timestamp, we want to switch among different scan modes. * delta or changelog, if every single change is needed. * diff,...