Eric Sun
Eric Sun
**Support for Protobuf with Confluent Schema Registry** If the Kafka event is serialized in Protobuf and a 4-byte integer schema_id is put in front of the Protobuf binary stream, can...
If a parent node have 40 child nodes, the current layout engine will put all of them in a single line. It will be very useful to setup a threshold...
* bump up the tdch jar from 1.4.2 to 1.5.2 * inject `MAX_MESSAGE_BODY=16384000,CHATTER=OFF` to jdbc url to improve throughput over network with higher latency * inject `avro.mapred.sync.interval=4194304` for avrofile generation...
Is it possible to add support to recursively sort JSON by keys, similar to [sort_keys=true](https://docs.python.org/3/library/json.html) in Python? Similarly, https://www.javadoc.io/static/com.alibaba/fastjson/1.2.68/com/alibaba/fastjson/serializer/SerializerFeature.html#SortField and https://javadoc.io/doc/com.fasterxml.jackson.core/jackson-databind/latest/com/fasterxml/jackson/databind/SerializationFeature.html#ORDER_MAP_ENTRIES_BY_KEYS can do the trick.
https://github.com/sdispater/clikit/issues/47 https://github.com/sdispater/crashtest/releases 0.4.1 has been released and required by many packages already.
**What would you like to be added**: ``` juicefs format --storage s3 \ --bucket https://myjuicefs.s3.us-east-2.amazonaws.com/prefix_to_juicefs/project_01 \ redis://192.168.1.6/1 \ myjfs ``` or ``` juicefs format --storage s3 \ --bucket https://myjuicefs.s3.us-east-2.amazonaws.com \...
## Is your feature request related to a problem? Please describe. The new lab UI is great, thanks to Temporal team and Alex for making it better and more comprehensive....
## Explain your user case and expected results When `?` literal is part of the SQL statement for regexp pattern (not as a placeholder), gorm will still treat such literal...
As long as `escape '!'` or `escape '\\'` is following LIKE clause in ODBC mode, PyTd fails into the following error: ``` SELECT DatabaseName, PermSpace, DBKind FROM DBC.DatabasesV WHERE DatabaseName...
While testing the `udaExec.connect(method='odbc', system='dwhdev', username='ETL_TEST', password='password')` we encounter the following malloc error. When we switch to TTU 14.10 and 16.00 on different hosts to isolate the issue, we realized...