Skip to content

Commit c77ea4a

Browse files
Added a bit about load priority values for tables
Verify with Falcon teams that a load priority value lower than 50 means higher priority at the time of loading, or vice versa and then update the docs.
1 parent 72d5933 commit c77ea4a

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>. 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>. 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>
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)