srowen commented on a change in pull request #245: Release v3.0.0-preview2
URL: https://github.com/apache/spark-website/pull/245#discussion_r360891197
 
 

 ##########
 File path: site/developer-tools.html
 ##########
 @@ -479,7 +479,7 @@ <h4>Solving a binary incompatibility</h4>
 <p>For the problem described above, we might add the following:</p>
 
 <figure class="highlight"><pre><code class="language-scala" 
data-lang="scala"><span class="c1">// [SPARK-zz][CORE] Fix an issue
-</span><span class="nv">ProblemFilters</span><span class="o">.</span><span 
class="py">exclude</span><span class="o">[</span><span 
class="kt">DirectMissingMethodProblem</span><span class="o">](</span><span 
class="s">"org.apache.spark.SomeClass.this"</span><span 
class="o">)</span></code></pre></figure>
+</span><span class="nc">ProblemFilters</span><span class="o">.</span><span 
class="n">exclude</span><span class="o">[</span><span 
class="kt">DirectMissingMethodProblem</span><span class="o">](</span><span 
class="s">"org.apache.spark.SomeClass.this"</span><span 
class="o">)</span></code></pre></figure>
 
 Review comment:
   Just checking, are you using the latest jekyll? I know this caused 
variations on classes like this. I'm not sure off the top of my head whether 
this is updating or reverting what the latest one does.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to