Skip to content

Commit cfe7ae3

Browse files
authored
Update notes.md
1 parent c77ea4a commit cfe7ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_release/notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ and <a href="{{"/4.5/end-user/slack/use-spot.html" | prepend: site.url }}">How t
499499
<tr style="width: 100%;border-bottom-style: inset;">
500500
<td style="border: 1px solid #cccccc; text-align: left; padding: 10px 5px;">
501501
<h3><a name="Abilitytosettableloadprioritization"></a>Ability to set table load prioritization</h3>
502-
<p>You can now use <tt>tql</tt> to set table load priority. You can set priority values between <tt>1-100</tt>. The default priority is <tt>50</tt>. Lower number means higher priority. 1 is the highest possible priority as a result. The following illustrates examples of the new commands for setting and changing table load priority:</p>
502+
<p>You can now use <tt>tql</tt> to set table load priority. You can set priority values between <tt>1-100</tt>. The default priority is <tt>50</tt>. A lower number indicates a higher priority, with 1 being the highest priority. Tables set to a load priority of 1, load before tables set to higher numbers. The following illustrates examples of the new commands for setting and changing table load priority:</p>
503503
<div class="code panel" style="border-width: 1px;">
504504
<div class="codeContent panelContent">
505505
<pre class="code-java"> alter table <span class="code-quote">'t1'</span> set load priority [value]

0 commit comments

Comments
 (0)