Junhao Liu

Results 43 comments of Junhao Liu

> @yyy1000 I believe this is still present. The problem is we silently ignore the second order by key. > > > > @tsafacjo please go for it. Thx for...

I want to make sure I understand this issue, so it's like: ``` b, _ := plugin.NewBundleWithOptions( plugin.WithName("deploy-image."+"my-domain"), plugin.WithVersion(plugin.Version{Number: 1, Stage: stage.Alpha}), plugin.WithPlugins( v1alpha1.Plugin{}, ), ) deploy := b.Plugins()[0] print(deploy.Name())...

I think maybe you can enable array_expressions feature? https://github.com/apache/datafusion#crate-features