<?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: warning : schema is different from the query in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/warning-schema-is-different-from-the-query/m-p/2285994#M59616</link>
    <description>Hi, 
&lt;BR /&gt;The warning message shows the query is different from the schema, for example, if we define two columns:id and name on the schema, but the query select one or more than two fields like:
&lt;BR /&gt;"select id, name, age from person"
&lt;BR /&gt;then, the warning appears. The component always split the query to fields by comma. In this case, the component consider the query select two fields, but there is only column on the schema. That's why the warning appears, anyway, the job works fine, don't take care about it.
&lt;BR /&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
    <pubDate>Wed, 23 Jan 2013 10:07:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-01-23T10:07:37Z</dc:date>
    <item>
      <title>warning : schema is different from the query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/warning-schema-is-different-from-the-query/m-p/2285993#M59615</link>
      <description>I think that this is bugs... 
&lt;BR /&gt;step1. plz, create table 
&lt;BR /&gt;CREATE TABLE ZZ$BUG 
&lt;BR /&gt;( 
&lt;BR /&gt; START_DATE VARCHAR2(8 BYTE) 
&lt;BR /&gt;) 
&lt;BR /&gt;step2. create new job 
&lt;BR /&gt;step3. Drop the following components from the Palette onto the design workspace : tOracleInput, tOracleOutput 
&lt;BR /&gt;step4. Connect tOracleInput to tOracleOutput using a Row Main link. 
&lt;BR /&gt;step5. In the design workspace, select tOracleInput 
&lt;BR /&gt; and click the Component tab to define its basic settings. 
&lt;BR /&gt; and in the Query field, input this sql 
&lt;BR /&gt;-- sql 
&lt;BR /&gt;" 
&lt;BR /&gt;SELECT TO_CHAR(TO_DATE(START_DATE,'YYYYMMDD')-1,'YYYYMMDD') 
&lt;BR /&gt;FROM ZZ$BUG 
&lt;BR /&gt;" 
&lt;BR /&gt; 
&lt;BR /&gt;then, you can see. 
&lt;BR /&gt;"warning : schema is different from the query" 
&lt;BR /&gt;of course, if Press F6 then execute it 
&lt;BR /&gt;and this job result is success. 
&lt;BR /&gt;just, i see "the waring icon!! " 
&lt;BR /&gt; 
&lt;BR /&gt;is it bugs?? 
&lt;BR /&gt;how is it fixed?? 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDcT.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134455iC2ECE563A5E41762/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDcT.png" alt="0683p000009MDcT.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDHJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149765iADDBD54E5FFF8474/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDHJ.png" alt="0683p000009MDHJ.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDcY.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148419i6533FBC3B2EC41AC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDcY.png" alt="0683p000009MDcY.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 22 Jan 2013 22:23:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/warning-schema-is-different-from-the-query/m-p/2285993#M59615</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-22T22:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: warning : schema is different from the query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/warning-schema-is-different-from-the-query/m-p/2285994#M59616</link>
      <description>Hi, 
&lt;BR /&gt;The warning message shows the query is different from the schema, for example, if we define two columns:id and name on the schema, but the query select one or more than two fields like:
&lt;BR /&gt;"select id, name, age from person"
&lt;BR /&gt;then, the warning appears. The component always split the query to fields by comma. In this case, the component consider the query select two fields, but there is only column on the schema. That's why the warning appears, anyway, the job works fine, don't take care about it.
&lt;BR /&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 23 Jan 2013 10:07:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/warning-schema-is-different-from-the-query/m-p/2285994#M59616</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-23T10:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: warning : schema is different from the query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/warning-schema-is-different-from-the-query/m-p/2285995#M59617</link>
      <description>if Talend cannot see "TO_CHAR(TO_DATE(START_DATE,'YYYYMMDD')-1,'YYYYMMDD')" as a single field result to compare with the schema of one fields, then this truly is a bug. I have the same issue with queries that have complex formulas with commas. If Talend can "Guess schema" correctly and produce the correct number of fields, then Talend can correctly count the number of fields it has just created in "Guess schema". Your explanation admits there is a bug. I am also ignoring the warning, but it would be nice to only have warnings when there is a real problem.</description>
      <pubDate>Fri, 22 Nov 2013 21:51:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/warning-schema-is-different-from-the-query/m-p/2285995#M59617</guid>
      <dc:creator>dgreenx</dc:creator>
      <dc:date>2013-11-22T21:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: warning : schema is different from the query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/warning-schema-is-different-from-the-query/m-p/2285996#M59618</link>
      <description>Hi, dgreen
&lt;BR /&gt;Thanks for your question. It is welcome to open a jira issue of DI project on jira bug for your concern. Our developer will check it to see if there is any better optimistic solution.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 25 Nov 2013 02:05:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/warning-schema-is-different-from-the-query/m-p/2285996#M59618</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-25T02:05:37Z</dc:date>
    </item>
  </channel>
</rss>

