This is an automated email from the ASF dual-hosted git repository.
wenchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
from 3e73da2d904c [SPARK-54889][INFRA] Report test results to codecov
add 7bc810745c9e [SPARK-54854][SQL] Add a UUIDv7 queryId to SQLExecution
Events
No new revisions were added by this update.
Summary of changes:
.../org/apache/spark/util/UUIDv7Generator.java | 67 +++++++++++
.../apache/spark/util/UUIDv7GeneratorSuite.java | 73 ++++++++++++
.../spark/sql/execution/QueryExecution.scala | 10 +-
.../apache/spark/sql/execution/SQLExecution.scala | 19 ++-
.../streaming/runtime/IncrementalExecution.scala | 8 +-
.../sql/execution/ui/SQLAppStatusListener.scala | 4 +-
.../spark/sql/execution/ui/SQLListener.scala | 13 ++-
.../spark/sql/execution/SQLExecutionSuite.scala | 128 +++++++++++++++++++++
.../spark/sql/execution/SQLJsonProtocolSuite.scala | 11 +-
.../history/SQLEventFilterBuilderSuite.scala | 3 +-
.../sql/execution/ui/AllExecutionsPageSuite.scala | 3 +-
.../execution/ui/SQLAppStatusListenerSuite.scala | 4 +-
12 files changed, 323 insertions(+), 20 deletions(-)
create mode 100644
common/utils-java/src/main/java/org/apache/spark/util/UUIDv7Generator.java
create mode 100644
common/utils-java/src/test/java/org/apache/spark/util/UUIDv7GeneratorSuite.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]