Derek Chia

Results 26 comments of Derek Chia

@mikeTWC1984 I tried inserting different data types against tables with different column types. Indeed, there is a difference when inserting as VALUES or JSONEachRow. Some observations: - For column of...

Got a reply from engineering stating that JSON* input formats (i.e. JSONEachRow, JSONStringsEachRow, etc.) do not perform automatic casting from numbers to strings. As for inserting using VALUES, it does...

PR https://github.com/ClickHouse/ClickHouse/pull/40910 merged with the following new feature. > Add new setting input_format_json_read_numbers_as_strings that allows to parse numbers in String column, the setting is disabled by default.

Hi all, I'm still getting the same error. Checked linkedin.py and seems like it is not fixed. Exception happened during processing of request from ('127.0.0.1', 50092) Traceback (most recent call...

Traceback (most recent call last): File "http_api.py", line 17, in from linkedin.linkedin import LinkedInAuthentication, LinkedInApplication, PERMISSIONS File "/usr/local/var/pyenv/versions/3.5.1/lib/python3.5/site-packages/linkedin/linkedin.py", line 294 except (requests.ConnectionError, requests.HTTPError), error: ^ SyntaxError: invalid syntax I'm getting...

It is likely that you have higher version of Java. Downgrade to Java 8 and you should be fine. Check out #32