databricks / spark-xml

XML data source for Spark SQL and DataFrames
Apache License 2.0
500 stars 226 forks source link

Change $default_branch to static branches (and set Java version correctly) #545

Closed HyukjinKwon closed 3 years ago

HyukjinKwon commented 3 years ago

This PR proposes to use:

HyukjinKwon commented 3 years ago

okay seems working fine @srowen :-)

codecov-commenter commented 3 years ago

Codecov Report

Merging #545 (95d3551) into master (12a2583) will increase coverage by 0.01%. The diff coverage is 89.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #545      +/-   ##
==========================================
+ Coverage   86.04%   86.05%   +0.01%     
==========================================
  Files          18       18              
  Lines         953      954       +1     
  Branches       78       95      +17     
==========================================
+ Hits          820      821       +1     
  Misses        133      133              
Impacted Files Coverage Δ
...scala/com/databricks/spark/xml/util/TypeCast.scala 87.28% <89.47%> (+0.33%) :arrow_up:
...a/com/databricks/spark/xml/XmlDataToCatalyst.scala 70.00% <0.00%> (-5.00%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 979e487...95d3551. Read the comment docs.

srowen commented 3 years ago

Nice, thank you!