microsoft / hyperspace

An open source indexing subsystem that brings index-based query acceleration to Apache Spark™ and big data workloads.
https://aka.ms/hyperspace
Apache License 2.0
424 stars 115 forks source link

Fix azure-pipelines.yml to use ubuntu-18.04 #371

Closed sezruby closed 3 years ago

sezruby commented 3 years ago

What is the context for this pull request?

What changes were proposed in this pull request?

Ubuntu-latest pipeline uses Ubuntu 20.04. Default python & java version are changed in Ubuntu 20.04 https://github.com/actions/virtual-environments/blob/ubuntu20/20210219.1/images/linux/Ubuntu2004-README.md https://github.com/actions/virtual-environments/blob/ubuntu20/20210219.1/images/linux/Ubuntu1804-README.md

Does this PR introduce any user-facing change?

No

How was this patch tested?

build

andrei-ionescu commented 3 years ago

@imback82 & @sezruby Thanks for fixing it up!