You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add transformers among formats Vector, CSV, Json, KV, Columns and Triple #93
• Support AnyToAny transformation
• Unified transformation params and easy use.
Support SQL select statements in the Pipeline and LocalPredictor #61
• Support flink planner built-in functions regarding individual rows: comparison, logical, arithmetic, string, temporal, conditional, type conversion, hash, etc.
• Add alink_shaded/shaded_protobuf_java to support usage of native Calcite.
Support Hive source and sink #96
• Support Batch/Stream source&sink of Hive.
• Support partition of table.
• Simplify the dependence of Hive jar.
• Support multiple versions: 2.0, 2.1, 2.2, 2.3, 3.0
Fix PyAlink starting and UDF issues on Windows #76, #77