charmer
charmer
As title said, the arm based prebuild for MacOS are appreciated.
Thanks for your jobs! I found an improvement on streaming raw result query, in which way the lib wound not decompress the compressed data, and hiding the HTTP headers from...
### Description I'm upgrading my production module from jaeger 1.9 (yes, you heard it correctly, it's 1.9) to opentelemetry with collector. This module would consume Kafka message, handle it then...
ClickHouse-Native-JDBC can propertly handle Array(AtomicType) in Spark, but not the Array(Array(AtomicType)). I'm not sure why it is limited to [AtomicType](https://github.com/housepower/ClickHouse-Native-JDBC/blob/ffd0a65f7393733f0c38b6f49533906e4bcb99ad/clickhouse-integration/clickhouse-integration-spark/src/main/scala/org/apache/spark/sql/jdbc/ClickHouseDialect.scala#L120), how could user write two dimensional array?
I find this error on Hands-on: printf over Virtual COMport (UART1): The code below ``` Inside USER CODE Block 4: /* USER CODE BEGIN 4 */ #ifdef __GNUC__ #define PUTCHAR_PROTOTYPE...
Nice work! I was thinking about writing a snippets manager some time before then I saw this project. But there are something to improve in configuration. People would include their...
I'm testing clickhouse-jdbc with Spark 2.4.5, but `org.apache.spark.sql.streaming.StreamingQueryException: No client available` is always thrown. I swear that I added the classifier "all" like this(sbt): ``` "com.clickhouse" % "clickhouse-jdbc" % "0.4.0"...