Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PDI-19718] Dimension lookup: lookup field data type is not stored correctly #8789

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

petrprochy
Copy link
Contributor

* Changed load/save test which reflects behaviour of fieldUpdate and returnType property.
@buildguy

This comment has been minimized.

@hitachivantarasonarqube
Copy link

@buildguy

This comment has been minimized.

@arunchugh87
Copy link

Not getting the option, where to log an issue, hence putting it here, please help me as it is urgent -

While migrating the table data thru kettle tool from sql server to postgresql database getting below-

2023/03/15 16:59:52 - write to [REPORTS].0 - Caused by: org.postgresql.util.PSQLException: ERROR: column "NAME" of relation "reports" does not exist
Position: 56

SQL Server table ddl-

CREATE TABLE [dbo].[REPORTS](
[RID] [int] NOT NULL,
[NAME] nvarchar NULL,
[CATEGORY] [int] NULL,
[STATUS] [int] NULL,
[XML] nvarchar NULL,
[DESCRIPTION] nvarchar NULL)

Postgresql table ddl -

CREATE TABLE IF NOT EXISTS public.reports
(
rid integer NOT NULL,
name character varying(150),
category integer,
status integer,
xml character varying,
description character varying(255)
)

@smaring smaring requested a review from a team as a code owner October 17, 2023 15:28
@buildguy
Copy link
Collaborator

buildguy commented Mar 4, 2024

❌ Build failed in 1m 57s

Build command:

mvn clean verify -B -e -Daudit -amd -Djs.no.sandbox

❗ No tests found!

ℹ️ This is an automatic message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants