Looks like on Windows some editors like Notepad don't consider `\n` as line 
separator.
For instance, `Intelij Idea` terminal on Windows shows:
```
0: jdbc:drill:zk=local> select * from cp.`employee.json` where full_name = 5;
Error: SYSTEM ERROR: NumberFormatException: Sheri Nowmer

Fragment 0:0

Please, refer to logs for more information.

[Error Id: bdf70e30-4b36-48cf-8d97-39b2d31dbece on 10.2.14.127:31010] 
(state=,code=0)
```
but `sqlline.log` in NotePad shows:
```
2018-09-21 18:49:11,972 [245aed07-be42-1f73-4905-f1bbc400f50d:frag:0:0] ERROR 
o.a.d.e.w.fragment.FragmentExecutor - SYSTEM ERROR: NumberFormatException: 
Sheri NowmerFragment 0:0Please, refer to logs for more information.[Error Id: 
bdf70e30-4b36-48cf-8d97-39b2d31dbece on 10.2.14.127:31010]
org.apache.drill.common.exceptions.UserException: SYSTEM ERROR: 
NumberFormatException: Sheri NowmerFragment 0:0Please, refer to logs for more 
information. [Error Id: bdf70e30-4b36-48cf-8d97-39b2d31dbece on 
10.2.14.127:31010]
```

[ Full content available at: https://github.com/apache/drill/pull/1455 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to