2024 Dec 04 12:18 PM - edited 2024 Dec 04 12:23 PM
As the Data lake Relational Engine native SQL on Files will be removed in QRC 4/2024, I was checking the SAP Note 3508244 - Incompatible Change in Data Lake SQL on Files Behavior in QRC 4/2024
According to this Note, I created a Remote Source REMOTE_SOF and Virtual Table in SAP HANA Database using the below command
CREATE VIRTUAL TABLE NATION(N_NATIONKEY INT, N_NAME VARCHAR(25), N_REGIONKEY INT, N_COMMENT VARCHAR(152)) AT REMOTE_SOF."/nation.csv" AS CSV FIELD DELIMITED BY ',';
The table was created successfully. However, when I try to execute the below select query
SELECT * FROM NATION;
The last entry in the nation.csv file is not getting displayed in the query output. Has anyone encountered a similar issue? If so, could anyone please provide guidance or kindly suggest a resolution?"
Request clarification before answering.
You should be opening a Support case for this. Since you are able to query the SoF table and get the rest of the records from the CSV file, it is clear that you have properly created the the SoF table. Since the the table is configured properly, the fact that the last record from the CSV file is not being returned in the result set is something that you should submit as a Support incident.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
53 | |
6 | |
6 | |
5 | |
5 | |
4 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.