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

【Spark-connector】datatype json not support #143

Open
beeflyme opened this issue Jan 30, 2024 · 2 comments
Open

【Spark-connector】datatype json not support #143

beeflyme opened this issue Jan 30, 2024 · 2 comments

Comments

@beeflyme
Copy link

RT.
============= In MaxCompute ===============
CREATE TABLE json_table
(
json_val json
);

CREATE TABLE string_table
(
string_val STRING
);

INSERT INTO string_table VALUES
('{"a":1, "b":2}')
,('{"a":"key", "b":2}')
,('{"c":3}');

INSERT INTO json_table
SELECT json_parse(string_val)
FROM string_table;

============ In spark ================

select * from json_table with error " json not supportes"

@shujiewu
Copy link
Collaborator

OK, we will support this feature in future versions, thank you

@wumrwds
Copy link

wumrwds commented Dec 10, 2024

@shujiewu met the same problem, any updates so far?

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

No branches or pull requests

3 participants