wwj6591812 commented on code in PR #6914:
URL: https://github.com/apache/paimon/pull/6914#discussion_r2685583143
##########
docs/layouts/shortcodes/generated/core_configuration.html:
##########
@@ -1001,6 +1001,12 @@
<td>String</td>
<td>You can specify a pattern to get a timestamp from partitions.
The formatter pattern is defined by 'partition.timestamp-formatter'.<ul><li>By
default, read from the first field.</li><li>If the timestamp in the partition
is a single field called 'dt', you can use '$dt'.</li><li>If it is spread
across multiple fields for year, month, day, and hour, you can use
'$year-$month-$day $hour:00:00'.</li><li>If the timestamp is in fields dt and
hour, you can use '$dt $hour:00:00'.</li></ul></td>
</tr>
+ <tr>
+ <td><h5>pk-table-limit-push-down.enabled</h5></td>
Review Comment:
done
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]