weiguoz

Results 13 comments of weiguoz

To achieve this, we need to: 1. Translate [goalisa](https://github.com/sql-machine-learning/goalisa) to [pyalisa](https://github.com/sql-machine-learning/sqlflow/tree/develop/python/runtime/dbapi/pyalisa). #3107 1. Implement the `alisa` DBAPI based on the [pyalisa](https://github.com/sql-machine-learning/sqlflow/tree/develop/python/runtime/dbapi/pyalisa). wip #3109 1. Finally, replace [goalisa](https://github.com/sql-machine-learning/goalisa) with `alisa` DBAPI...

Supply a Python `db-api` to access `alisa`. @Yancey1989

> For the first step of all the statements `SELECT Data from source table into Temp table`, the behaviors are different for various DBMS in the current status: > >...

![image](https://user-images.githubusercontent.com/6634907/85252416-45f10300-b48e-11ea-98c7-73cc3059cf60.png) It's simple but full of sense of Technology

> 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...

There are 2 kinds of comments: ```sql -- this is a comment select 1; /* this is another comment */ select 2; ``` ref [lang_comment](https://www.sqlite.org/lang_comment.html) ![image](https://user-images.githubusercontent.com/6634907/83879595-763b6080-a770-11ea-8631-d89c5517ebbf.png)

SQLFlow is able to ignore comments on testing whether a SQL statement is a hint. [ref](https://github.com/sql-machine-learning/sqlflow/pull/2468). Still, we should remove the comments in the parser.

I don't know much about Flink, but we are very excited to see your idea. Would you like to write a design document about the integration?

> Current > > ```sql > SELECT * FROM sqlflow_tutorial_sample_binning > TO RUN a_docker_registry/sqlflow-run:binning-v0.1.0 > CMD > "binning.py", > "column=amount", > "bin_method=log_bucket", > "bin_num=10" > INTO sqlflow_tutorial_statistics,sqlflow_tutorial_binned_prob,sqlflow_tutorial_binned_cumsum_prob; > ``` >...

> > If we build a parser command line tool, should we also need a submitter tools to submit the built `target`? > > Actually, we can use `kubectl apply...