[jira] [Commented] (SPARK-29714) Add insert.sql

2019-11-04 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16967218#comment-16967218 ] Takeshi Yamamuro commented on SPARK-29714: -- Ah, I see. I forgot to add Tests in

[jira] [Commented] (SPARK-21548) Support insert into serial columns of table

2019-11-04 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-21548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16967098#comment-16967098 ] Takeshi Yamamuro commented on SPARK-21548: -- I'll close this as duplicate, then

[jira] [Resolved] (SPARK-21548) Support insert into serial columns of table

2019-11-04 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-21548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro resolved SPARK-21548. -- Resolution: Duplicate > Support insert into serial columns of table >

[jira] [Resolved] (SPARK-28552) The URL prefix lowercase of MySQL is not necessary, but it is necessary in spark

2019-11-04 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-28552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro resolved SPARK-28552. -- Fix Version/s: 3.0.0 Assignee: teeyog Resolution: Fixed Resolved by ht

[jira] [Created] (SPARK-29718) Support PARTITION BY [RANGE|LIST|HASH] and PARTITION OF in CREATE TABLE

2019-11-01 Thread Takeshi Yamamuro (Jira)
Takeshi Yamamuro created SPARK-29718: Summary: Support PARTITION BY [RANGE|LIST|HASH] and PARTITION OF in CREATE TABLE Key: SPARK-29718 URL: https://issues.apache.org/jira/browse/SPARK-29718 Proje

[jira] [Created] (SPARK-29717) Support [CREATE|DROP] RULE - define a new plan rewrite rule

2019-11-01 Thread Takeshi Yamamuro (Jira)
Takeshi Yamamuro created SPARK-29717: Summary: Support [CREATE|DROP] RULE - define a new plan rewrite rule Key: SPARK-29717 URL: https://issues.apache.org/jira/browse/SPARK-29717 Project: Spark

[jira] [Created] (SPARK-29716) Support [CREATE|DROP] TYPE

2019-11-01 Thread Takeshi Yamamuro (Jira)
Takeshi Yamamuro created SPARK-29716: Summary: Support [CREATE|DROP] TYPE Key: SPARK-29716 URL: https://issues.apache.org/jira/browse/SPARK-29716 Project: Spark Issue Type: Sub-task

[jira] [Created] (SPARK-29715) Support SELECT statements in VALUES of INSERT INTO

2019-11-01 Thread Takeshi Yamamuro (Jira)
Takeshi Yamamuro created SPARK-29715: Summary: Support SELECT statements in VALUES of INSERT INTO Key: SPARK-29715 URL: https://issues.apache.org/jira/browse/SPARK-29715 Project: Spark Is

[jira] [Created] (SPARK-29714) Add insert.sql

2019-11-01 Thread Takeshi Yamamuro (Jira)
Takeshi Yamamuro created SPARK-29714: Summary: Add insert.sql Key: SPARK-29714 URL: https://issues.apache.org/jira/browse/SPARK-29714 Project: Spark Issue Type: Sub-task Compone

[jira] [Resolved] (SPARK-29109) Add window.sql - Part 3

2019-11-01 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro resolved SPARK-29109. -- Fix Version/s: 3.0.0 Assignee: Dylan Guedes Resolution: Fixed Resolved

[jira] [Updated] (SPARK-29698) Support grouping function with multiple arguments

2019-10-31 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro updated SPARK-29698: - Description: In PgSQL, grouping() can have multiple arguments, but Spark grouping() must

[jira] [Updated] (SPARK-29697) Support bit string types/literals

2019-10-31 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro updated SPARK-29697: - Description: In PgSQL, there are bit types and literals; {code} postgres=# create table

[jira] [Updated] (SPARK-29700) Support nested grouping sets

2019-10-31 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro updated SPARK-29700: - Description: PgSQL can process nested grouping sets, but Spark cannot; {code:java} postg

[jira] [Updated] (SPARK-29705) Support more expressive forms in GroupingSets/Cube/Rollup

2019-10-31 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro updated SPARK-29705: - Description: See a doc for the form: https://www.postgresql.org/docs/current/sql-select.

[jira] [Updated] (SPARK-29704) Support the combinations of grouping operations

2019-10-31 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro updated SPARK-29704: - Description: PgSQL can accept a query below with the combinations of grouping operations

[jira] [Created] (SPARK-29708) Different answers in aggregates of multiple grouping sets

2019-10-31 Thread Takeshi Yamamuro (Jira)
Takeshi Yamamuro created SPARK-29708: Summary: Different answers in aggregates of multiple grouping sets Key: SPARK-29708 URL: https://issues.apache.org/jira/browse/SPARK-29708 Project: Spark

[jira] [Updated] (SPARK-29701) Different answers when empty input given in GROUPING SETS

2019-10-31 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro updated SPARK-29701: - Description: A query below with an empty input seems to have different answers between P

[jira] [Created] (SPARK-29706) Support an empty grouping expression

2019-10-31 Thread Takeshi Yamamuro (Jira)
Takeshi Yamamuro created SPARK-29706: Summary: Support an empty grouping expression Key: SPARK-29706 URL: https://issues.apache.org/jira/browse/SPARK-29706 Project: Spark Issue Type: Sub-

[jira] [Updated] (SPARK-29700) Support nested grouping sets

2019-10-31 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro updated SPARK-29700: - Description: PgSQL can process nested grouping sets, but Spark cannot; {code:java} postg

[jira] [Updated] (SPARK-29704) Support the combinations of grouping operations

2019-10-31 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro updated SPARK-29704: - Description: PgSQL can accept a query below with the combinations of grouping operations

[jira] [Updated] (SPARK-29704) Support the combinations of grouping operations

2019-10-31 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro updated SPARK-29704: - Description: PgSQL can accept a query below with the combinations of grouping operations

[jira] [Updated] (SPARK-29705) Support more expressive forms in GroupingSets/Cube/Rollup

2019-10-31 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro updated SPARK-29705: - Description: {code:java} postgres=# create table gstest2 (a integer, b integer, c intege

[jira] [Created] (SPARK-29705) Support more expressive forms in GroupingSets/Cube/Rollup

2019-10-31 Thread Takeshi Yamamuro (Jira)
Takeshi Yamamuro created SPARK-29705: Summary: Support more expressive forms in GroupingSets/Cube/Rollup Key: SPARK-29705 URL: https://issues.apache.org/jira/browse/SPARK-29705 Project: Spark

[jira] [Created] (SPARK-29704) Support the combinations of grouping operations

2019-10-31 Thread Takeshi Yamamuro (Jira)
Takeshi Yamamuro created SPARK-29704: Summary: Support the combinations of grouping operations Key: SPARK-29704 URL: https://issues.apache.org/jira/browse/SPARK-29704 Project: Spark Issue

[jira] [Created] (SPARK-29703) Support grouping() in GROUP BY without GroupingSets/Cube/Rollup

2019-10-31 Thread Takeshi Yamamuro (Jira)
Takeshi Yamamuro created SPARK-29703: Summary: Support grouping() in GROUP BY without GroupingSets/Cube/Rollup Key: SPARK-29703 URL: https://issues.apache.org/jira/browse/SPARK-29703 Project: Spar

[jira] [Created] (SPARK-29702) Resolve group-by columns with functional dependencies

2019-10-31 Thread Takeshi Yamamuro (Jira)
Takeshi Yamamuro created SPARK-29702: Summary: Resolve group-by columns with functional dependencies Key: SPARK-29702 URL: https://issues.apache.org/jira/browse/SPARK-29702 Project: Spark

[jira] [Created] (SPARK-29701) Different answers when empty input given in GROUPING SETS

2019-10-31 Thread Takeshi Yamamuro (Jira)
Takeshi Yamamuro created SPARK-29701: Summary: Different answers when empty input given in GROUPING SETS Key: SPARK-29701 URL: https://issues.apache.org/jira/browse/SPARK-29701 Project: Spark

[jira] [Created] (SPARK-29700) Support nested grouping sets

2019-10-31 Thread Takeshi Yamamuro (Jira)
Takeshi Yamamuro created SPARK-29700: Summary: Support nested grouping sets Key: SPARK-29700 URL: https://issues.apache.org/jira/browse/SPARK-29700 Project: Spark Issue Type: Sub-task

[jira] [Created] (SPARK-29699) Different answers in nested aggregates with window functions

2019-10-31 Thread Takeshi Yamamuro (Jira)
Takeshi Yamamuro created SPARK-29699: Summary: Different answers in nested aggregates with window functions Key: SPARK-29699 URL: https://issues.apache.org/jira/browse/SPARK-29699 Project: Spark

[jira] [Created] (SPARK-29698) Support grouping function with multiple arguments

2019-10-31 Thread Takeshi Yamamuro (Jira)
Takeshi Yamamuro created SPARK-29698: Summary: Support grouping function with multiple arguments Key: SPARK-29698 URL: https://issues.apache.org/jira/browse/SPARK-29698 Project: Spark Iss

[jira] [Created] (SPARK-29697) Support bit string types/literals

2019-10-31 Thread Takeshi Yamamuro (Jira)
Takeshi Yamamuro created SPARK-29697: Summary: Support bit string types/literals Key: SPARK-29697 URL: https://issues.apache.org/jira/browse/SPARK-29697 Project: Spark Issue Type: Sub-tas

[jira] [Comment Edited] (SPARK-27763) Port test cases from PostgreSQL to Spark SQL

2019-10-31 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-27763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16964583#comment-16964583 ] Takeshi Yamamuro edited comment on SPARK-27763 at 11/1/19 3:54 AM: ---

[jira] [Commented] (SPARK-27763) Port test cases from PostgreSQL to Spark SQL

2019-10-31 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-27763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16964583#comment-16964583 ] Takeshi Yamamuro commented on SPARK-27763: -- Thanks for the check, Hyukjin! I've

[jira] [Created] (SPARK-29696) Add groupingsets.sql

2019-10-31 Thread Takeshi Yamamuro (Jira)
Takeshi Yamamuro created SPARK-29696: Summary: Add groupingsets.sql Key: SPARK-29696 URL: https://issues.apache.org/jira/browse/SPARK-29696 Project: Spark Issue Type: Sub-task C

[jira] [Resolved] (SPARK-29687) Fix jdbc metrics counter type to long

2019-10-31 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro resolved SPARK-29687. -- Fix Version/s: 3.0.0 Assignee: ulysses you Resolution: Fixed Resolved

[jira] [Commented] (SPARK-29660) Dropping columns and changing column names/types are prohibited in VIEW definition

2019-10-30 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16963533#comment-16963533 ] Takeshi Yamamuro commented on SPARK-29660: -- I'm not sure that we need to do som

[jira] [Created] (SPARK-29661) Support cascaded syntax in CREATE SCHEMA

2019-10-30 Thread Takeshi Yamamuro (Jira)
Takeshi Yamamuro created SPARK-29661: Summary: Support cascaded syntax in CREATE SCHEMA Key: SPARK-29661 URL: https://issues.apache.org/jira/browse/SPARK-29661 Project: Spark Issue Type:

[jira] [Created] (SPARK-29660) Dropping columns and changing column names/types are prohibited in VIEW definition

2019-10-30 Thread Takeshi Yamamuro (Jira)
Takeshi Yamamuro created SPARK-29660: Summary: Dropping columns and changing column names/types are prohibited in VIEW definition Key: SPARK-29660 URL: https://issues.apache.org/jira/browse/SPARK-29660

[jira] [Created] (SPARK-29659) Support COMMENT ON syntax

2019-10-30 Thread Takeshi Yamamuro (Jira)
Takeshi Yamamuro created SPARK-29659: Summary: Support COMMENT ON syntax Key: SPARK-29659 URL: https://issues.apache.org/jira/browse/SPARK-29659 Project: Spark Issue Type: Sub-task

[jira] [Created] (SPARK-29658) Support geometric types

2019-10-30 Thread Takeshi Yamamuro (Jira)
Takeshi Yamamuro created SPARK-29658: Summary: Support geometric types Key: SPARK-29658 URL: https://issues.apache.org/jira/browse/SPARK-29658 Project: Spark Issue Type: Sub-task

[jira] [Created] (SPARK-29650) Discard a NULL constant in LIMIT

2019-10-29 Thread Takeshi Yamamuro (Jira)
Takeshi Yamamuro created SPARK-29650: Summary: Discard a NULL constant in LIMIT Key: SPARK-29650 URL: https://issues.apache.org/jira/browse/SPARK-29650 Project: Spark Issue Type: Sub-task

[jira] [Created] (SPARK-29648) Add limit.sql

2019-10-29 Thread Takeshi Yamamuro (Jira)
Takeshi Yamamuro created SPARK-29648: Summary: Add limit.sql Key: SPARK-29648 URL: https://issues.apache.org/jira/browse/SPARK-29648 Project: Spark Issue Type: Sub-task Componen

[jira] [Resolved] (SPARK-28746) Add repartitionby hint to support RepartitionByExpression

2019-10-29 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-28746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro resolved SPARK-28746. -- Fix Version/s: 3.0.0 Assignee: ulysses you Resolution: Fixed Resolved

[jira] [Commented] (SPARK-27763) Port test cases from PostgreSQL to Spark SQL

2019-10-29 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-27763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16962515#comment-16962515 ] Takeshi Yamamuro commented on SPARK-27763: -- Thanks for the check, [~dongjoon] a

[jira] [Commented] (SPARK-29628) Forcibly create a temporary view in CREATE VIEW if referencing a temporary view

2019-10-29 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16961973#comment-16961973 ] Takeshi Yamamuro commented on SPARK-29628: -- Thanks! > Forcibly create a tempor

[jira] [Commented] (SPARK-27763) Port test cases from PostgreSQL to Spark SQL

2019-10-29 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-27763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16961970#comment-16961970 ] Takeshi Yamamuro commented on SPARK-27763: -- Hi, all, I've checked the other le

[jira] [Updated] (SPARK-29451) Some queries with divisions in SQL windows are failling in Thrift

2019-10-29 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro updated SPARK-29451: - Parent: SPARK-27764 Issue Type: Sub-task (was: Bug) > Some queries with divisio

[jira] [Updated] (SPARK-29451) Some queries with divisions in SQL windows are failling in Thrift

2019-10-29 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro updated SPARK-29451: - Parent: (was: SPARK-27763) Issue Type: Bug (was: Sub-task) > Some queries w

[jira] [Comment Edited] (SPARK-29630) Not allowed to create a permanent view by referencing a temporary view in EXISTS

2019-10-29 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16961785#comment-16961785 ] Takeshi Yamamuro edited comment on SPARK-29630 at 10/29/19 8:19 AM: --

[jira] [Comment Edited] (SPARK-29630) Not allowed to create a permanent view by referencing a temporary view in EXISTS

2019-10-29 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16961785#comment-16961785 ] Takeshi Yamamuro edited comment on SPARK-29630 at 10/29/19 8:18 AM: --

[jira] [Updated] (SPARK-29630) Not allowed to create a permanent view by referencing a temporary view in EXISTS

2019-10-29 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro updated SPARK-29630: - Parent: SPARK-27764 Issue Type: Sub-task (was: Improvement) > Not allowed to cr

[jira] [Commented] (SPARK-29630) Not allowed to create a permanent view by referencing a temporary view in EXISTS

2019-10-29 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16961785#comment-16961785 ] Takeshi Yamamuro commented on SPARK-29630: -- Ah, I see. I'll recheck later. > N

[jira] [Created] (SPARK-29633) Make COLUMN optional in ALTER TABLE

2019-10-28 Thread Takeshi Yamamuro (Jira)
Takeshi Yamamuro created SPARK-29633: Summary: Make COLUMN optional in ALTER TABLE Key: SPARK-29633 URL: https://issues.apache.org/jira/browse/SPARK-29633 Project: Spark Issue Type: Sub-t

[jira] [Updated] (SPARK-29632) Support ALTER TABLE [relname] SET SCHEMA [dbname]

2019-10-28 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro updated SPARK-29632: - Description: {code} CREATE SCHEMA temp_view_test; CREATE TABLE tx1 (x1 int, x2 int, x3 s

[jira] [Updated] (SPARK-29632) Support ALTER TABLE [relname] SET SCHEMA [dbname]

2019-10-28 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro updated SPARK-29632: - Parent: SPARK-27764 Issue Type: Sub-task (was: Improvement) > Support ALTER TAB

[jira] [Created] (SPARK-29632) Support ALTER TABLE [relname] SET SCHEMA [dbname]

2019-10-28 Thread Takeshi Yamamuro (Jira)
Takeshi Yamamuro created SPARK-29632: Summary: Support ALTER TABLE [relname] SET SCHEMA [dbname] Key: SPARK-29632 URL: https://issues.apache.org/jira/browse/SPARK-29632 Project: Spark Iss

[jira] [Created] (SPARK-29631) Support ANSI SQL CREATE SEQUENCE

2019-10-28 Thread Takeshi Yamamuro (Jira)
Takeshi Yamamuro created SPARK-29631: Summary: Support ANSI SQL CREATE SEQUENCE Key: SPARK-29631 URL: https://issues.apache.org/jira/browse/SPARK-29631 Project: Spark Issue Type: Sub-tas

[jira] [Created] (SPARK-29630) Not allowed to create a permanent view by referencing a temporary view in EXISTS

2019-10-28 Thread Takeshi Yamamuro (Jira)
Takeshi Yamamuro created SPARK-29630: Summary: Not allowed to create a permanent view by referencing a temporary view in EXISTS Key: SPARK-29630 URL: https://issues.apache.org/jira/browse/SPARK-29630

[jira] [Updated] (SPARK-29628) Forcibly create a temporary view in CREATE VIEW if referencing a temporary view

2019-10-28 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro updated SPARK-29628: - Parent: SPARK-27764 Issue Type: Sub-task (was: Improvement) > Forcibly create a

[jira] [Created] (SPARK-29628) Forcibly create a temporary view in CREATE VIEW if referencing a temporary view

2019-10-28 Thread Takeshi Yamamuro (Jira)
Takeshi Yamamuro created SPARK-29628: Summary: Forcibly create a temporary view in CREATE VIEW if referencing a temporary view Key: SPARK-29628 URL: https://issues.apache.org/jira/browse/SPARK-29628

[jira] [Updated] (SPARK-29616) Bankers' rounding for double types

2019-10-27 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro updated SPARK-29616: - Parent: SPARK-27764 Issue Type: Sub-task (was: Improvement) > Bankers' rounding

[jira] [Created] (SPARK-29616) Bankers' rounding for double types

2019-10-27 Thread Takeshi Yamamuro (Jira)
Takeshi Yamamuro created SPARK-29616: Summary: Bankers' rounding for double types Key: SPARK-29616 URL: https://issues.apache.org/jira/browse/SPARK-29616 Project: Spark Issue Type: Improv

[jira] [Resolved] (SPARK-28512) New optional mode: throw runtime exceptions on casting failures

2019-10-26 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-28512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro resolved SPARK-28512. -- Fix Version/s: 3.0.0 Assignee: Gengliang Wang Resolution: Fixed Resolv

[jira] [Commented] (SPARK-28512) New optional mode: throw runtime exceptions on casting failures

2019-10-26 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-28512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16960481#comment-16960481 ] Takeshi Yamamuro commented on SPARK-28512: -- Yea, I'll close this as resolved.

[jira] [Resolved] (SPARK-29545) Implement bitwise integer aggregates bit_xor

2019-10-25 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro resolved SPARK-29545. -- Resolution: Fixed Resolved by [https://github.com/apache/spark/pull/26205] > Implemen

[jira] [Resolved] (SPARK-29461) Spark dataframe writer does not expose metrics for JDBC writer

2019-10-25 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro resolved SPARK-29461. -- Fix Version/s: 3.0.0 Assignee: Jungtaek Lim Resolution: Fixed Resolved

[jira] [Resolved] (SPARK-29145) Spark SQL cannot handle "NOT IN" condition when using "JOIN"

2019-10-24 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro resolved SPARK-29145. -- Fix Version/s: 3.0.0 Assignee: angerszhu Resolution: Fixed Resolved by

[jira] [Commented] (SPARK-23171) Reduce the time costs of the rule runs that do not change the plans

2019-10-22 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-23171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16957593#comment-16957593 ] Takeshi Yamamuro commented on SPARK-23171: -- oh, nice, the performance looks muc

[jira] [Resolved] (SPARK-24077) Issue a better error message for `CREATE TEMPORARY FUNCTION IF NOT EXISTS`

2019-09-30 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-24077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro resolved SPARK-24077. -- Fix Version/s: 2.3.0 Assignee: Xiaochen Ouyang Resolution: Fixed Resol

[jira] [Comment Edited] (SPARK-24077) Issue a better error message for `CREATE TEMPORARY FUNCTION IF NOT EXISTS`

2019-09-30 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-24077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16941444#comment-16941444 ] Takeshi Yamamuro edited comment on SPARK-24077 at 10/1/19 1:20 AM: ---

[jira] [Commented] (SPARK-24077) Issue a better error message for `CREATE TEMPORARY FUNCTION IF NOT EXISTS`

2019-09-30 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-24077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16941444#comment-16941444 ] Takeshi Yamamuro commented on SPARK-24077: -- Yea, its been fixed there; {code} s

[jira] [Resolved] (SPARK-29140) Flaky test: org.apache.spark.sql.hive.execution.ObjectHashAggregateSuite.randomized aggregation test - [with partial + unsafe, with distinct] - with grouping keys

2019-09-21 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro resolved SPARK-29140. -- Fix Version/s: 3.0.0 Assignee: Jungtaek Lim Resolution: Fixed Resolved

[jira] [Comment Edited] (SPARK-29122) Propagate all the SQL conf to executors in SQLQueryTestSuite

2019-09-20 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16934370#comment-16934370 ] Takeshi Yamamuro edited comment on SPARK-29122 at 9/20/19 12:44 PM: --

[jira] [Resolved] (SPARK-29122) Propagate all the SQL conf to executors in SQLQueryTestSuite

2019-09-20 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro resolved SPARK-29122. -- Fix Version/s: 3.0.0 Target Version/s: 3.0.0 Assignee: Takeshi Yamam

[jira] [Updated] (SPARK-29128) Split predicate code in OR expressions

2019-09-17 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro updated SPARK-29128: - Environment: (was: When I checked if method bytecode size in  {{BenchmarkQueryTest}} 

[jira] [Updated] (SPARK-29128) Split predicate code in OR expressions

2019-09-17 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro updated SPARK-29128: - Description: When I checked if method bytecode size in  {{BenchmarkQueryTest}} went over

[jira] [Created] (SPARK-29128) Split predicate code in OR expressions

2019-09-17 Thread Takeshi Yamamuro (Jira)
Takeshi Yamamuro created SPARK-29128: Summary: Split predicate code in OR expressions Key: SPARK-29128 URL: https://issues.apache.org/jira/browse/SPARK-29128 Project: Spark Issue Type: Im

[jira] [Commented] (SPARK-29122) Propagate all the SQL conf to executors in SQLQueryTestSuite

2019-09-17 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16931796#comment-16931796 ] Takeshi Yamamuro commented on SPARK-29122: -- ok, I'll look into this today~ > P

[jira] [Resolved] (SPARK-29008) Define an individual method for each common subexpression in HashAggregateExec

2019-09-16 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro resolved SPARK-29008. -- Fix Version/s: 3.0.0 Assignee: Takeshi Yamamuro Resolution: Fixed Reso

[jira] [Created] (SPARK-29084) Check method bytecode size in BenchmarkQueryTest

2019-09-13 Thread Takeshi Yamamuro (Jira)
Takeshi Yamamuro created SPARK-29084: Summary: Check method bytecode size in BenchmarkQueryTest Key: SPARK-29084 URL: https://issues.apache.org/jira/browse/SPARK-29084 Project: Spark Issu

[jira] [Resolved] (SPARK-29065) Extend `EXTRACT` benchmark

2019-09-12 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro resolved SPARK-29065. -- Fix Version/s: 3.0.0 Assignee: Maxim Gekk Resolution: Fixed Resolved b

[jira] [Created] (SPARK-29061) Prints bytecode statistics in debugCodegen

2019-09-11 Thread Takeshi Yamamuro (Jira)
Takeshi Yamamuro created SPARK-29061: Summary: Prints bytecode statistics in debugCodegen Key: SPARK-29061 URL: https://issues.apache.org/jira/browse/SPARK-29061 Project: Spark Issue Type

[jira] [Resolved] (SPARK-28412) ANSI SQL: OVERLAY function support byte array(T312)

2019-09-09 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-28412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro resolved SPARK-28412. -- Fix Version/s: 3.0.0 Assignee: jiaan.geng Resolution: Fixed Resolved b

[jira] [Resolved] (SPARK-28690) Date/Time Functions: date_part for timestamps

2019-09-06 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-28690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro resolved SPARK-28690. -- Fix Version/s: 3.0.0 Assignee: Maxim Gekk Resolution: Fixed Resolved b

[jira] [Updated] (SPARK-29008) Define an individual method for each common subexpression in HashAggregateExec

2019-09-06 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro updated SPARK-29008: - Description: In the current master, the common subexpr elimination code in HashAggregate

[jira] [Updated] (SPARK-29008) Define an individual method for each common subexpression in HashAggregateExec

2019-09-06 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro updated SPARK-29008: - Environment: (was: In the current master, the common subexpr elimination code in Has

[jira] [Created] (SPARK-29008) Define an individual method for each common subexpression in HashAggregateExec

2019-09-06 Thread Takeshi Yamamuro (Jira)
Takeshi Yamamuro created SPARK-29008: Summary: Define an individual method for each common subexpression in HashAggregateExec Key: SPARK-29008 URL: https://issues.apache.org/jira/browse/SPARK-29008

[jira] [Commented] (SPARK-28672) [UDF] Duplicate function creation should not allow

2019-08-20 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-28672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16911827#comment-16911827 ] Takeshi Yamamuro commented on SPARK-28672: -- I personally think the current beha

[jira] [Resolved] (SPARK-28322) DIV support decimal type

2019-08-20 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-28322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro resolved SPARK-28322. -- Fix Version/s: 3.0.0 Assignee: Marco Gaido Resolution: Fixed Resolved

[jira] [Resolved] (SPARK-28224) Check overflow in decimal Sum aggregate

2019-08-19 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-28224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro resolved SPARK-28224. -- Fix Version/s: 3.0.0 Assignee: Mick Jermsurawong Resolution: Fixed Res

[jira] [Comment Edited] (SPARK-28587) JDBC data source's partition whereClause should support jdbc dialect

2019-08-18 Thread Takeshi Yamamuro (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-28587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16910160#comment-16910160 ] Takeshi Yamamuro edited comment on SPARK-28587 at 8/19/19 4:02 AM: ---

[jira] [Commented] (SPARK-28587) JDBC data source's partition whereClause should support jdbc dialect

2019-08-18 Thread Takeshi Yamamuro (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-28587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16910160#comment-16910160 ] Takeshi Yamamuro commented on SPARK-28587: -- If there is a query accepted in all

[jira] [Commented] (SPARK-28587) JDBC data source's partition whereClause should support jdbc dialect

2019-08-18 Thread Takeshi Yamamuro (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-28587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16910151#comment-16910151 ] Takeshi Yamamuro commented on SPARK-28587: -- hmm, I see. I'm currently not sure

[jira] [Commented] (SPARK-28587) JDBC data source's partition whereClause should support jdbc dialect

2019-08-18 Thread Takeshi Yamamuro (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-28587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16910129#comment-16910129 ] Takeshi Yamamuro commented on SPARK-28587: -- How about phoenix and Oracle? That

[jira] [Resolved] (SPARK-25038) Accelerate Spark Plan generation when Spark SQL read large amount of data

2019-08-18 Thread Takeshi Yamamuro (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro resolved SPARK-25038. -- Resolution: Fixed Assignee: Rob Russo Fix Version/s: 3.0.0 Resolved by

[jira] [Resolved] (SPARK-28671) [UDF] dropping permanent function when a temporary function with the same name already exists giving wrong msg on dropping it again

2019-08-16 Thread Takeshi Yamamuro (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-28671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro resolved SPARK-28671. -- Resolution: Fixed Assignee: pavithra ramachandran Fix Version/s: 3.0.0

[jira] [Commented] (SPARK-28587) JDBC data source's partition whereClause should support jdbc dialect

2019-08-16 Thread Takeshi Yamamuro (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-28587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16908995#comment-16908995 ] Takeshi Yamamuro commented on SPARK-28587: -- oh, I see. Nice catch! Before we de

[jira] [Commented] (SPARK-28587) JDBC data source's partition whereClause should support jdbc dialect

2019-08-15 Thread Takeshi Yamamuro (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-28587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16908694#comment-16908694 ] Takeshi Yamamuro commented on SPARK-28587: -- Thanks for the info, but I'm curren

[jira] [Commented] (SPARK-28587) JDBC data source's partition whereClause should support jdbc dialect

2019-08-08 Thread Takeshi Yamamuro (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-28587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16903447#comment-16903447 ] Takeshi Yamamuro commented on SPARK-28587: -- Hi, [~397090770]. Could you give me

[jira] [Resolved] (SPARK-28470) Honor spark.sql.decimalOperations.nullOnOverflow in Cast

2019-08-07 Thread Takeshi Yamamuro (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-28470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro resolved SPARK-28470. -- Resolution: Fixed Assignee: Marco Gaido Fix Version/s: 3.0.0 Resolved

<    6   7   8   9   10   11   12   13   14   15   >