Yi Wang

Results 75 issues of Yi Wang

In https://travis-ci.com/github/sql-machine-learning/sqlflow/jobs/357362595#L1207-L1210, ``` === RUN TestVerify --- SKIP: TestVerify (0.00s) verifier_test.go:28: in Hive, db_name.table_name.field_name will raise error, because . operator is only supported on struct or list of struct types...

c.f. https://about.sourcegraph.com/go/gophercon-2018-how-to-write-a-parser-in-go#using-goyacc It seems that in our case, it should be `sqlflow_select_stmt`.

cleanup

I used https://logomaker.com to created some prototype logos. Please vote and I will purchase the chosen one. 1. ![03AC9F02-BBBB-4685-B209-F0E3BB65C15B](https://user-images.githubusercontent.com/1548775/85190678-71e26d80-b26f-11ea-9bd1-32df22afdc79.png) SQLFlow is a kind of flow. It is fluid. Trying to...

https://github.com/haoel/leetcode/blob/725a380d5c2644dfadb5498dd3ec8596b5e59618/algorithms/cpp/longestSubstringWithoutRepeatingCharacters/longestSubstringWithoutRepeatingCharacters.cpp#L47 I’d thought that memset initialize bytes but not integers?

### Install Tangent and Eager Execution I ran the following commands with the Ubuntu 16.04 Docker image: - Choose version `v0.1.9` in my local tangent repo. - Start the container...

help wanted
good first issue

Following https://github.com/sql-machine-learning/elasticdl/blob/develop/docs/tutorials/elasticdl_local.md, I ran the following command to generate datasets in ReocrdIO format: ``` docker run --rm -it \ -v $HOME/.keras:/root/.keras \ -v $PWD:/work \ -w /work \ elasticdl/elasticdl:dev bash...

- For Go code, https://github.com/codecov/example-go - For uploading multiple languages, see https://docs.codecov.io/docs/merging-reports

Currently, our `.travis.yml` defines a building process that the generated `.whl` file is in a Docker image. However, following the idea in https://github.com/sql-machine-learning/elasticdl/issues/1981, we are going to release three .whl...

Add a tutorial "How to Build"

@workingloong reminded a user request -- kill the job if the controller terminates. This request comes from a deployment of ElasticDL where users run the command-line tool `elasticdl` from within...