<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Legacy Timestamp Rebase Support in Native Execution Engine 1.3 in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Legacy-Timestamp-Rebase-Support-in-Native-Execution-Engine-1-3/m-p/4386060#M6658</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/303521"&gt;@dpollozhani&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Thank you for the helpful response&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/913195"&gt;@nilendraFabric&lt;/a&gt;&amp;nbsp;.&lt;BR /&gt;In addition to Niledra's suggestion, I kindly request you to update to the latest versions of Fabric Runtime and Spark. These versions include support for the native execution engine and the necessary timestamp handling features.&lt;BR /&gt;&lt;BR /&gt;If this post helps, please give us Kudos and consider Accept it as a solution to help the other members find it more quickly.&lt;BR /&gt;Thank you for being a aprt of Microsoft Fabric Community Forum!&lt;BR /&gt;Regards,&lt;BR /&gt;Pallavi.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jan 2025 12:08:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2025-01-29T12:08:38Z</dc:date>
    <item>
      <title>Legacy Timestamp Rebase Support in Native Execution Engine 1.3</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Legacy-Timestamp-Rebase-Support-in-Native-Execution-Engine-1-3/m-p/4384197#M6599</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I'm working on a notebook with shortcuts to Dynamics 365 data stored in a ADLS gen2 container (as a result of Synapse Link + Spark). It seems the parquet files written by the Synapse Link contain legacy timestamps - at least that's how I interpret this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Anyhow, I'm trying out the Native Execution Engine for Fabric 1.3, and according to this &lt;A href="https://blog.fabric.microsoft.com/es-mx/blog/legacy-timestamp-support-in-native-execution-engine-for-fabric-runtime-1-3?ft=All" target="_self"&gt;link&lt;/A&gt;, I should just be able to enable the timestamp rebase for Gluten. But even though I've done this in my Environment and restarted my Spark sessions in Fabric, and subsequently tried adding `SET spark.gluten.legacy.timestamp.rebase.enabled = true;` directly to the notebook in question - it doesn't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm still getting the error:&lt;BR /&gt;`Error Source: USER`&lt;BR /&gt;`Error Code: UNSUPPORTED`&lt;BR /&gt;`Reason: Reading legacy timestamp is not supported.`&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone have any ideas here?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 11:25:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Legacy-Timestamp-Rebase-Support-in-Native-Execution-Engine-1-3/m-p/4384197#M6599</guid>
      <dc:creator>dpollozhani</dc:creator>
      <dc:date>2025-01-28T11:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Legacy Timestamp Rebase Support in Native Execution Engine 1.3</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Legacy-Timestamp-Rebase-Support-in-Native-Execution-Engine-1-3/m-p/4384330#M6604</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/303521"&gt;@dpollozhani&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;try these as well&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;spark.sql.legacy.parquet.int96RebaseModeInRead=CORRECTED&lt;BR /&gt;spark.sql.legacy.parquet.int96RebaseModeInWrite=CORRECTED&lt;BR /&gt;spark.sql.legacy.parquet.datetimeRebaseModeInRead=CORRECTED&lt;BR /&gt;spark.sql.legacy.parquet.datetimeRebaseModeInWrite=CORRECTED&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please let me know if this works&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 12:36:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Legacy-Timestamp-Rebase-Support-in-Native-Execution-Engine-1-3/m-p/4384330#M6604</guid>
      <dc:creator>nilendraFabric</dc:creator>
      <dc:date>2025-01-28T12:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Legacy Timestamp Rebase Support in Native Execution Engine 1.3</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Legacy-Timestamp-Rebase-Support-in-Native-Execution-Engine-1-3/m-p/4386060#M6658</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/303521"&gt;@dpollozhani&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Thank you for the helpful response&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/913195"&gt;@nilendraFabric&lt;/a&gt;&amp;nbsp;.&lt;BR /&gt;In addition to Niledra's suggestion, I kindly request you to update to the latest versions of Fabric Runtime and Spark. These versions include support for the native execution engine and the necessary timestamp handling features.&lt;BR /&gt;&lt;BR /&gt;If this post helps, please give us Kudos and consider Accept it as a solution to help the other members find it more quickly.&lt;BR /&gt;Thank you for being a aprt of Microsoft Fabric Community Forum!&lt;BR /&gt;Regards,&lt;BR /&gt;Pallavi.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 12:08:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Legacy-Timestamp-Rebase-Support-in-Native-Execution-Engine-1-3/m-p/4386060#M6658</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-01-29T12:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Legacy Timestamp Rebase Support in Native Execution Engine 1.3</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Legacy-Timestamp-Rebase-Support-in-Native-Execution-Engine-1-3/m-p/4386069#M6660</link>
      <description>&lt;P&gt;Here is my current configuration in the Environment:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;runtime_version: '1.3'
spark_conf:
  - spark.sql.session.timeZone: Europe/Copenhagen
  - spark.gluten.legacy.timestamp.rebase.enabled: 'true'
  - spark.sql.legacy.parquet.datetimeRebaseModeInRead: CORRECTED
  - spark.sql.legacy.parquet.datetimeRebaseModeInWrite: CORRECTED
  - spark.sql.legacy.parquet.int96RebaseModeInRead: CORRECTED
  - spark.sql.legacy.parquet.int96RebaseModeInWrite: CORRECTED&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp; I should note that the following&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;- spark.gluten.legacy.timestamp.rebase.enabled: 'true'
- spark.sql.legacy.parquet.int96RebaseModeInRead
- spark.sql.legacy.parquet.int96RebaseModeInWrite&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;are not recognized by the Environment UI - if that has any implication at all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also tried with 'LEGACY' instead of 'CORRECTED' on all the settings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still, the same result:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Caused by: java.lang.RuntimeException: Exception: VeloxUserError
Error Source: USER
Error Code: UNSUPPORTED
Reason: Reading legacy timestamp is not supported.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 12:14:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Legacy-Timestamp-Rebase-Support-in-Native-Execution-Engine-1-3/m-p/4386069#M6660</guid>
      <dc:creator>dpollozhani</dc:creator>
      <dc:date>2025-01-29T12:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Legacy Timestamp Rebase Support in Native Execution Engine 1.3</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Legacy-Timestamp-Rebase-Support-in-Native-Execution-Engine-1-3/m-p/4386075#M6661</link>
      <description>&lt;P&gt;I'm already using the latest Fabric runtime, 1.3. According to the &lt;A href="https://blog.fabric.microsoft.com/en-us/blog/legacy-timestamp-support-in-native-execution-engine-for-fabric-runtime-1-3?ft=All" target="_self"&gt;documentation&lt;/A&gt;&amp;nbsp;(blog) the timestamp handling features are not yet set by default, which is also evident in my examples.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 12:18:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Legacy-Timestamp-Rebase-Support-in-Native-Execution-Engine-1-3/m-p/4386075#M6661</guid>
      <dc:creator>dpollozhani</dc:creator>
      <dc:date>2025-01-29T12:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Legacy Timestamp Rebase Support in Native Execution Engine 1.3</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Legacy-Timestamp-Rebase-Support-in-Native-Execution-Engine-1-3/m-p/4386164#M6664</link>
      <description>&lt;P&gt;%%configure&lt;BR /&gt;{"conf": {"spark.gluten.legacy.timestamp.rebase.enabled": "true"}}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nilendraFabric_0-1738154450871.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1232192i592B7707F5185E2B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nilendraFabric_0-1738154450871.png" alt="nilendraFabric_0-1738154450871.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Give it a try&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 12:59:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Legacy-Timestamp-Rebase-Support-in-Native-Execution-Engine-1-3/m-p/4386164#M6664</guid>
      <dc:creator>nilendraFabric</dc:creator>
      <dc:date>2025-01-29T12:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Legacy Timestamp Rebase Support in Native Execution Engine 1.3</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Legacy-Timestamp-Rebase-Support-in-Native-Execution-Engine-1-3/m-p/4386326#M6670</link>
      <description>&lt;P&gt;Nope, unfortunately, still same issue.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dpollozhani_0-1738159848945.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1232252i115C582042711EB6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dpollozhani_0-1738159848945.png" alt="dpollozhani_0-1738159848945.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dpollozhani_1-1738159893011.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1232253i9D34A25F1BDCEE16/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dpollozhani_1-1738159893011.png" alt="dpollozhani_1-1738159893011.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 14:11:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Legacy-Timestamp-Rebase-Support-in-Native-Execution-Engine-1-3/m-p/4386326#M6670</guid>
      <dc:creator>dpollozhani</dc:creator>
      <dc:date>2025-01-29T14:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Legacy Timestamp Rebase Support in Native Execution Engine 1.3</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Legacy-Timestamp-Rebase-Support-in-Native-Execution-Engine-1-3/m-p/4387009#M6686</link>
      <description>&lt;P&gt;I recently encountered the same issue. In my scenario I tried multiple times with setting the configuration for the spark session but I still got the legacy timestamp not supported error. But then I found out that my spark session was attached to a specific environment which overrulled my spark session configurations.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So please be aware of this. In short, if you do not run environment and make the following configuration inside the spark session then it will work. The configurations are:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;spark.conf.set(&lt;/SPAN&gt;&lt;SPAN&gt;"spark.sql.parquet.int96RebaseModeInRead"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"CORRECTED"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;spark.conf.set(&lt;/SPAN&gt;&lt;SPAN&gt;"spark.sql.parquet.int96RebaseModeInWrite"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"CORRECTED"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;spark.conf.set(&lt;/SPAN&gt;&lt;SPAN&gt;"spark.sql.parquet.datetimeRebaseModeInRead"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"CORRECTED"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;spark.conf.set(&lt;/SPAN&gt;&lt;SPAN&gt;"spark.sql.parquet.datetimeRebaseModeInWrite"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"CORRECTED"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;spark.conf.set(&lt;/SPAN&gt;&lt;SPAN&gt;"spark.sql.legacy.parquet.datetimeRebaseModeInRead"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"CORRECTED"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;spark.conf.set(&lt;/SPAN&gt;&lt;SPAN&gt;"spark.sql.legacy.parquet.datetimeRebaseModeInWrite"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"CORRECTED"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;spark.conf.set(&lt;/SPAN&gt;&lt;SPAN&gt;"spark.sql.legacy.timeParserPolicy"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"CORRECTED"&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;spark.conf.set(&lt;/SPAN&gt;&lt;SPAN&gt;"spark.sql.legacy.parquet.int96RebaseModeInRead"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"CORRECTED"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;spark.conf.set(&lt;/SPAN&gt;&lt;SPAN&gt;"spark.sql.legacy.parquet.int96RebaseModeInWrite"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"CORRECTED"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 29 Jan 2025 21:53:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Legacy-Timestamp-Rebase-Support-in-Native-Execution-Engine-1-3/m-p/4387009#M6686</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-01-29T21:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Legacy Timestamp Rebase Support in Native Execution Engine 1.3</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Legacy-Timestamp-Rebase-Support-in-Native-Execution-Engine-1-3/m-p/4387082#M6687</link>
      <description>&lt;P&gt;As I stated in previous comments, I am using an Environment, but that's where I'm primarily trying to set the configuration (which is what you're supposed to be able to). Secondly, I tried overriding the presets from the Environment by making a forced configuration in the notebook. None of it works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My guess is that sessions that are attached to Environments are currently not working as intended, as seems to be the general rule with Environments until now (very unstable). Perhaps some settings are not applied at all and ignored even when set in the notebook. It could be a case where you have to force an Environment rebuild by switching runtimes back and forth (which I've had to do when I encountered issues with custom library publishing).&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Next I will have to try to do the rebuild, and after that try to run Native in a notebook without an Environment.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 22:41:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Legacy-Timestamp-Rebase-Support-in-Native-Execution-Engine-1-3/m-p/4387082#M6687</guid>
      <dc:creator>dpollozhani</dc:creator>
      <dc:date>2025-01-29T22:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Legacy Timestamp Rebase Support in Native Execution Engine 1.3</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Legacy-Timestamp-Rebase-Support-in-Native-Execution-Engine-1-3/m-p/4387862#M6701</link>
      <description>&lt;P&gt;So running native execution engine in a notebook that is &lt;EM&gt;not&amp;nbsp;&lt;/EM&gt;attached to an Environment, with the configurations as per above, does &lt;STRONG&gt;not&lt;/STRONG&gt; work:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dpollozhani_1-1738229525440.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1232668iE7C10FAF6DE0CCCC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dpollozhani_1-1738229525440.png" alt="dpollozhani_1-1738229525440.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Changing everything from "CORRECTED" to "LEGACY" has no effect either:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dpollozhani_2-1738229880708.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1232669iD68FBD0EDCF43137/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dpollozhani_2-1738229880708.png" alt="dpollozhani_2-1738229880708.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Don't know if it has anything to do with the fact that the data is accessed via shortcuts (it shouldn't have), or if it's just generally buggy - but I think I might just give up on this for now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 09:39:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Legacy-Timestamp-Rebase-Support-in-Native-Execution-Engine-1-3/m-p/4387862#M6701</guid>
      <dc:creator>dpollozhani</dc:creator>
      <dc:date>2025-01-30T09:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Legacy Timestamp Rebase Support in Native Execution Engine 1.3</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Legacy-Timestamp-Rebase-Support-in-Native-Execution-Engine-1-3/m-p/4397402#M6976</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/303521"&gt;@dpollozhani&lt;/a&gt;, please do raise a support ticket this will allow the a dedicated team to investigate and provide a resolution.&amp;nbsp;Please include details of your setup, test results, and the impact on your workflows when submitting the ticket.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/support/create-support-ticket" target="_blank" rel="noopener nofollow noreferrer"&gt;How to create a Fabric and Power BI Support ticket - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Prashanth Are&lt;/P&gt;
&lt;P&gt;MS Fabric Community Support&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post helps, then please consider&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;to help the other members find it more quickly and give&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Kudos&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;if helped you resolve your query.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 03:08:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Legacy-Timestamp-Rebase-Support-in-Native-Execution-Engine-1-3/m-p/4397402#M6976</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-02-06T03:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Legacy Timestamp Rebase Support in Native Execution Engine 1.3</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Legacy-Timestamp-Rebase-Support-in-Native-Execution-Engine-1-3/m-p/4732763#M10164</link>
      <description>&lt;P&gt;&lt;SPAN&gt;We are following up once again regarding your query. Could you please confirm if the issue has been resolved through the support ticket with Microsoft?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If the issue has been resolved, we kindly request you to share the resolution or key insights here to help others in the community. If we don’t hear back, we’ll go ahead and close this thread.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Should you need further assistance in the future, we encourage you to reach out via the Microsoft Fabric Community Forum and create a new thread. We’ll be happy to help.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for your understanding and participation.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 04:41:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Legacy-Timestamp-Rebase-Support-in-Native-Execution-Engine-1-3/m-p/4732763#M10164</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-06-16T04:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Legacy Timestamp Rebase Support in Native Execution Engine 1.3</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Legacy-Timestamp-Rebase-Support-in-Native-Execution-Engine-1-3/m-p/4732961#M10175</link>
      <description>&lt;P&gt;I did not file a support ticket for this, but I believe the issue has been resolved by the subsequent updates/patches from the team. Unless my D365 source stopped producing legacy timestamps, it works if I run this now:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dpollozhani_0-1750057772650.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1276642i8CC4FC2228481CB2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dpollozhani_0-1750057772650.png" alt="dpollozhani_0-1750057772650.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 07:10:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Legacy-Timestamp-Rebase-Support-in-Native-Execution-Engine-1-3/m-p/4732961#M10175</guid>
      <dc:creator>dpollozhani</dc:creator>
      <dc:date>2025-06-16T07:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Legacy Timestamp Rebase Support in Native Execution Engine 1.3</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Legacy-Timestamp-Rebase-Support-in-Native-Execution-Engine-1-3/m-p/4746295#M10461</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/303521"&gt;@dpollozhani&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thanks for the confirmation that your issue got resolved. please accept useful post as answer by doing so, this will help other users find similar asnwers quickly. If we don't hear back from you we will go ahead and close this thread. please raise new thread, we will be happy to help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Prashanth Are&lt;/P&gt;
&lt;P&gt;MS Fabric community support&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jun 2025 09:47:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Legacy-Timestamp-Rebase-Support-in-Native-Execution-Engine-1-3/m-p/4746295#M10461</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-06-27T09:47:27Z</dc:date>
    </item>
  </channel>
</rss>

