yew1eb opened a new issue, #1833: URL: https://github.com/apache/auron/issues/1833
I propose adding native implementations for Spark SQL's nondeterministic functions: ``` monotonically_increasing_id() rand() randn() spark_partition_id() ``` The first step is to refactor `from_proto.rs` into `planner.rs` as `PhysicalPlanner`, enabling it to support the passing of `SessionContext` and `TaskContext` during the conversion of Spark query plans to DataFusion query plans. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
