Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DataSource][add] add default behavior for stream datasource.
people can easy add a new stream datasource by implement `org.apache.spark.sql.execution.streaming.Source`, and than add option `stramn.source` in mlsql script. here is an example: ```sql set streamName = "test"; load fchen.`` options stream.source = "true" and provider = "xxx.xxx.SourceProvider" as table1; ```
- Loading branch information