fix incorrect query (#2916)

This commit is contained in:
comet 2022-02-23 00:59:54 +08:00 committed by GitHub
parent c2b6d84841
commit f4bdf219c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,7 @@ Note: The `source.config` field in the configuration JSON will include the major
"service_name": "local_hive", "service_name": "local_hive",
"host_port": "hostname.domain.com:10000", "host_port": "hostname.domain.com:10000",
"scheme": "hive", "scheme": "hive",
"query": "select top 50 * from {}.{}", "query": "select * from {}.{} limit 50",
"data_profiler_enabled": "true", "data_profiler_enabled": "true",
"data_profiler_offset": "0", "data_profiler_offset": "0",
"data_profiler_limit": "50000" "data_profiler_limit": "50000"