Martin Mauch
Martin Mauch
This PR introduces [Mill](http://mill-build.com/) as build tool and uses it for easy cross-building against multiple Spark and Scala versions. It builds on https://github.com/mayur2810/sope/pull/17 because ScalaTest 3.0.0 is not available for...
In preparation to cross-building for Scala 2.13
It mostly just forwards to the standard MQTT sessions and converts the messages to and from the Sparkplug B protocol.
Supersedes https://github.com/kloudsense/cloudera_exporter/pull/5
In preparation of the Scala 2.13 update. ## Related Issues/PRs The Scala 2.13 build requires the new version of isolation-forest: https://github.com/microsoft/SynapseML/pull/1772 I've separated out the update into a separate PR,...
### Motivation: Why do you think this is important? I'm trying to use `flytekitplugins-onnxtensorflow` in a custom image built with `ImageSpec`: ```python custom_image = ImageSpec( registry="localhost:30000", packages=["flytekitplugins-onnxtensorflow"] ) ``` This...
## Tracking issue Closes https://github.com/flyteorg/flyte/issues/5597 ## Why are the changes needed? See https://github.com/flyteorg/flyte/issues/5597 ## What changes were proposed in this pull request? ## How was this patch tested? Not yet...
This PR encapsulates handling of path-related logic in `NamePath`. While implementing the [logic for `CREATE SCHEMA`](https://github.com/goccy/go-zetasqlite/pull/226) I got a few errors that were related to inconsistent handling of path names...
This PR fixes https://github.com/goccy/bigquery-emulator/issues/167 by adding support for `CREATE SCHEMA` statements. It builds on https://github.com/goccy/go-zetasqlite/pull/227 which has some fixes to handling of `NamePath`s.