shinhanbyeol opened a new issue, #1521:
URL: https://github.com/apache/age/issues/1521

   i have a question about the phenomenon found in the version of age 1.5.0
   The json operator function was fine in 1.4.0 as below query
   `select properties->'ott' from ott_service_1.ott_company;`
   
![image](https://github.com/apache/age/assets/76985229/9684f51f-16cf-4b93-8349-6afdb9a5c690)
   
   
   
   However, starting with 1.5.0 and later versions
   When you create a query, such as version 1.4.0
   ERROR: invalid input syntax for type agtype error occurs, however
   `select properties-> 'ott'::text as ott_company_name from netflix_2.ott;`
   I did type casting like this, and the problem was solved.
   
   <img width="1717" alt="image" 
src="https://github.com/apache/age/assets/76985229/dd82e98d-0299-4cbf-b62f-7390756590ac";>
   
   
   Is this the phenomenon intended in 1.5.0? and Will this continue in future 
versions?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to